Class: Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#box_packing_methods ⇒ Array[untyped]?
readonly
Returns the value of attribute box_packing_methods.
-
#box_requirements ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?
readonly
Returns the value of attribute box_requirements.
-
#shipping_requirements ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]?
readonly
Returns the value of attribute shipping_requirements.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :box_packing_methods, :box_requirements, :shipping_requirements ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
Instance Method Summary collapse
-
#members ⇒ [ :box_packing_methods, :box_requirements, :shipping_requirements ]
-
#to_h ⇒ { box_packing_methods: Array[untyped]?, box_requirements: Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, shipping_requirements: Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]? }
Instance Attribute Details
#box_packing_methods ⇒ Array[untyped]? (readonly)
Returns the value of attribute box_packing_methods.
1354 1355 1356 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1354 def box_packing_methods @box_packing_methods end |
#box_requirements ⇒ Peddler::APIs::FulfillmentInbound20240320::BoxRequirements? (readonly)
Returns the value of attribute box_requirements.
1355 1356 1357 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1355 def box_requirements @box_requirements end |
#shipping_requirements ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]? (readonly)
Returns the value of attribute shipping_requirements.
1356 1357 1358 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1356 def shipping_requirements @shipping_requirements end |
Class Method Details
.[](box_packing_methods:, box_requirements:, shipping_requirements:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration .[](arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
1347 1348 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1347
def self.[]: (?box_packing_methods: Array[untyped]?, ?box_requirements: Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, ?shipping_requirements: Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]?) -> Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
| (Array[untyped]?, Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]?) -> Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
|
.members ⇒ [ :box_packing_methods, :box_requirements, :shipping_requirements ]
1350 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1350
def self.members: () -> [ :box_packing_methods, :box_requirements, :shipping_requirements ]
|
.new(box_packing_methods:, box_requirements:, shipping_requirements:) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration .new(arg0, arg1, arg2) ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
1345 1346 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1345
def self.new: (?box_packing_methods: Array[untyped]?, ?box_requirements: Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, ?shipping_requirements: Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]?) -> Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
| (Array[untyped]?, Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]?) -> Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
1352 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1352
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration
|
Instance Method Details
#members ⇒ [ :box_packing_methods, :box_requirements, :shipping_requirements ]
1358 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1358
def members: () -> [ :box_packing_methods, :box_requirements, :shipping_requirements ]
|
#to_h ⇒ { box_packing_methods: Array[untyped]?, box_requirements: Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, shipping_requirements: Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]? }
1359 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1359
def to_h: () -> { box_packing_methods: Array[untyped]?, box_requirements: Peddler::APIs::FulfillmentInbound20240320::BoxRequirements?, shipping_requirements: Array[Peddler::APIs::FulfillmentInbound20240320::ShippingRequirements]? }
|