Class: Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#packing_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption]
readonly
Returns the value of attribute packing_options.
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :packing_options, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :packing_options, :pagination ]
-
#to_h ⇒ { packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#packing_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption] (readonly)
Returns the value of attribute packing_options.
1092 1093 1094 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1092 def @packing_options end |
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1093 1094 1095 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1093 def pagination @pagination end |
Class Method Details
.[](packing_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
1085 1086 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1085
def self.[]: (packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
|
.members ⇒ [ :packing_options, :pagination ]
1088 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1088
def self.members: () -> [ :packing_options, :pagination ]
|
.new(packing_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
1083 1084 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1083
def self.new: (packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
1090 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1090
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPackingOptionsResponse
|
Instance Method Details
#members ⇒ [ :packing_options, :pagination ]
1095 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1095
def members: () -> [ :packing_options, :pagination ]
|
#to_h ⇒ { packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1096 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1096
def to_h: () -> { packing_options: Array[Peddler::APIs::FulfillmentInbound20240320::PackingOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|