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.



1110
1111
1112
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1110

def pagination
  @pagination
end

#placement_optionsArray[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
  @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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentInbound20240320::ListPlacementOptionsResponse

Parameters:

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

Returns:



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 ]

Returns:

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