Class: Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse

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

#delivery_window_optionsArray[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption] (readonly)

Returns the value of attribute delivery_window_options.



957
958
959
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 957

def delivery_window_options
  @delivery_window_options
end

#paginationPeddler::APIs::FulfillmentInbound20240320::Pagination? (readonly)

Returns the value of attribute pagination.



958
959
960
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 958

def pagination
  @pagination
end

Class Method Details

.[](delivery_window_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse



950
951
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 950

def self.[]: (delivery_window_options: Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse

.members[ :delivery_window_options, :pagination ]

Returns:

  • ([ :delivery_window_options, :pagination ])


953
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 953

def self.members: () -> [ :delivery_window_options, :pagination ]

.new(delivery_window_options:, pagination:) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse



948
949
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 948

def self.new: (delivery_window_options: Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], ?pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
| (Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], Peddler::APIs::FulfillmentInbound20240320::Pagination?) -> Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse

.parsePeddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse

Parameters:

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

Returns:



955
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 955

def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse

Instance Method Details

#members[ :delivery_window_options, :pagination ]

Returns:

  • ([ :delivery_window_options, :pagination ])


960
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 960

def members: () -> [ :delivery_window_options, :pagination ]

#to_h{ delivery_window_options: Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }



961
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 961

def to_h: () -> { delivery_window_options: Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }