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.
1109 1110 1111 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1109 def pagination @pagination end |
#placement_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption] (readonly)
Returns the value of attribute placement_options.
1110 1111 1112 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1110 def @placement_options end |
Class Method Details
.[](placement_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
1102 1103 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1102
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 ]
1105 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1105
def self.members: () -> [ :placement_options, :pagination ]
|
.new(placement_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
1100 1101 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1100
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
1107 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1107
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse
|
Instance Method Details
#members ⇒ [ :placement_options, :pagination ]
1112 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1112
def members: () -> [ :placement_options, :pagination ]
|
#to_h ⇒ { placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
1113 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1113
def to_h: () -> { placement_options: Array[Peddler::APIs::FulfillmentInbound20240320::PlacementOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
|