Class: Peddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse

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

#paginationPeddler::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_optionsArray[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
  @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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse

Parameters:

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

Returns:



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 ]

Returns:

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