Class: Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
-
#placement_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption]
readonly
Returns the value of attribute placement_options.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :placement_options, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :placement_options, :pagination ]
-
#to_h ⇒ { placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)
Returns the value of attribute pagination.
1110 1111 1112 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1110 def pagination @pagination end |
#placement_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption] (readonly)
Returns the value of attribute placement_options.
1111 1112 1113 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1111 def @placement_options end |
Class Method Details
.[](placement_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
1103 1104 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1103
def self.[]: (placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
|
.members ⇒ [ :placement_options, :pagination ]
1106 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1106
def self.members: () -> [ :placement_options, :pagination ]
|
.new(placement_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
1101 1102 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1101
def self.new: (placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
1108 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1108
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
|
Instance Method Details
#members ⇒ [ :placement_options, :pagination ]
1113 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1113
def members: () -> [ :placement_options, :pagination ]
|
#to_h ⇒ { placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1114 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1114
def to_h: () -> { placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|