Class: Peddler::APIs::FulfillmentInbound20240320::PalletInput
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::PalletInput
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#dimensions ⇒ Peddler::APIs::FulfillmentInbound20240320::Dimensions?
readonly
Returns the value of attribute dimensions.
-
#quantity ⇒ Integer
readonly
Returns the value of attribute quantity.
-
#stackability ⇒ String?
readonly
Returns the value of attribute stackability.
-
#weight ⇒ Peddler::APIs::FulfillmentInbound20240320::Weight?
readonly
Returns the value of attribute weight.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :quantity, :dimensions, :stackability, :weight ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput
Instance Method Summary collapse
-
#members ⇒ [ :quantity, :dimensions, :stackability, :weight ]
-
#to_h ⇒ { quantity: Integer, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions?, stackability: String?, weight: Peddler::APIs::FulfillmentInbound20240320::Weight? }
Instance Attribute Details
#dimensions ⇒ Peddler::APIs::FulfillmentInbound20240320::Dimensions? (readonly)
Returns the value of attribute dimensions.
1448 1449 1450 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1448 def dimensions @dimensions end |
#quantity ⇒ Integer (readonly)
Returns the value of attribute quantity.
1449 1450 1451 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1449 def quantity @quantity end |
#stackability ⇒ String? (readonly)
Returns the value of attribute stackability.
1450 1451 1452 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1450 def stackability @stackability end |
#weight ⇒ Peddler::APIs::FulfillmentInbound20240320::Weight? (readonly)
Returns the value of attribute weight.
1451 1452 1453 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1451 def weight @weight end |
Class Method Details
.[](quantity:, dimensions:, stackability:, weight:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput .[](arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput
1441 1442 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1441
def self.[]: (quantity: Integer, ?dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions?, ?stackability: String?, ?weight: Peddler::APIs::FulfillmentInbound20240320::Weight?) -> Peddler::APIs::FulfillmentInbound20240320::PalletInput
| (Integer, Peddler::APIs::FulfillmentInbound20240320::Dimensions?, String?, Peddler::APIs::FulfillmentInbound20240320::Weight?) -> Peddler::APIs::FulfillmentInbound20240320::PalletInput
|
.members ⇒ [ :quantity, :dimensions, :stackability, :weight ]
1444 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1444
def self.members: () -> [ :quantity, :dimensions, :stackability, :weight ]
|
.new(quantity:, dimensions:, stackability:, weight:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput .new(arg0, arg1, arg2, arg3) ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput
1439 1440 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1439
def self.new: (quantity: Integer, ?dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions?, ?stackability: String?, ?weight: Peddler::APIs::FulfillmentInbound20240320::Weight?) -> Peddler::APIs::FulfillmentInbound20240320::PalletInput
| (Integer, Peddler::APIs::FulfillmentInbound20240320::Dimensions?, String?, Peddler::APIs::FulfillmentInbound20240320::Weight?) -> Peddler::APIs::FulfillmentInbound20240320::PalletInput
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PalletInput
1446 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1446
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::PalletInput
|
Instance Method Details
#members ⇒ [ :quantity, :dimensions, :stackability, :weight ]
1453 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1453
def members: () -> [ :quantity, :dimensions, :stackability, :weight ]
|
#to_h ⇒ { quantity: Integer, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions?, stackability: String?, weight: Peddler::APIs::FulfillmentInbound20240320::Weight? }
1454 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1454
def to_h: () -> { quantity: Integer, dimensions: Peddler::APIs::FulfillmentInbound20240320::Dimensions?, stackability: String?, weight: Peddler::APIs::FulfillmentInbound20240320::Weight? }
|