Class: Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#msku ⇒ String
readonly
Returns the value of attribute msku.
-
#prep_category ⇒ String
readonly
Returns the value of attribute prep_category.
-
#prep_types ⇒ Array[untyped]
readonly
Returns the value of attribute prep_types.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :msku, :prep_category, :prep_types ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
Instance Method Summary collapse
-
#members ⇒ [ :msku, :prep_category, :prep_types ]
-
#to_h ⇒ { msku: String, prep_category: String, prep_types: Array[untyped] }
Instance Attribute Details
#msku ⇒ String (readonly)
Returns the value of attribute msku.
1283 1284 1285 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1283 def msku @msku end |
#prep_category ⇒ String (readonly)
Returns the value of attribute prep_category.
1284 1285 1286 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1284 def prep_category @prep_category end |
#prep_types ⇒ Array[untyped] (readonly)
Returns the value of attribute prep_types.
1285 1286 1287 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1285 def prep_types @prep_types end |
Class Method Details
.[](msku:, prep_category:, prep_types:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
1276 1277 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1276
def self.[]: (msku: String, prep_category: String, prep_types: Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
| (String, String, Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
|
.members ⇒ [ :msku, :prep_category, :prep_types ]
1279 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1279
def self.members: () -> [ :msku, :prep_category, :prep_types ]
|
.new(msku:, prep_category:, prep_types:) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
1274 1275 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1274
def self.new: (msku: String, prep_category: String, prep_types: Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
| (String, String, Array[untyped]) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
1281 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1281
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
|
Instance Method Details
#members ⇒ [ :msku, :prep_category, :prep_types ]
1287 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1287
def members: () -> [ :msku, :prep_category, :prep_types ]
|
#to_h ⇒ { msku: String, prep_category: String, prep_types: Array[untyped] }
1288 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1288
def to_h: () -> { msku: String, prep_category: String, prep_types: Array[untyped] }
|