Class: Peddler::APIs::FulfillmentInbound20240320::PackingConfiguration

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#box_packing_methodsArray[untyped]? (readonly)

Returns the value of attribute box_packing_methods.

Returns:

  • (Array[untyped], nil)


1354
1355
1356
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1354

def box_packing_methods
  @box_packing_methods
end

#box_requirementsPeddler::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_requirementsArray[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 ]

Returns:

  • ([ :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

Overloads:



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

.parsePeddler::APIs::FulfillmentInbound20240320::PackingConfiguration

Parameters:

  • (Hash[String | Symbol, untyped])
  • (Object)

Returns:



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 ]

Returns:

  • ([ :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]? }

Returns:



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]? }