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.
1282 1283 1284 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1282 def msku @msku end |
#prep_category ⇒ String (readonly)
Returns the value of attribute prep_category.
1283 1284 1285 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1283 def prep_category @prep_category end |
#prep_types ⇒ Array[untyped] (readonly)
Returns the value of attribute prep_types.
1284 1285 1286 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1284 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
1275 1276 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1275
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 ]
1278 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1278
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
1273 1274 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1273
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
1280 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1280
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::MskuPrepDetailInput
|
Instance Method Details
#members ⇒ [ :msku, :prep_category, :prep_types ]
1286 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1286
def members: () -> [ :msku, :prep_category, :prep_types ]
|
#to_h ⇒ { msku: String, prep_category: String, prep_types: Array[untyped] }
1287 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1287
def to_h: () -> { msku: String, prep_category: String, prep_types: Array[untyped] }
|