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.



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

def delivery_window_options
  @delivery_window_options
end

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

Returns the value of attribute pagination.



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

def pagination
  @pagination
end

Class Method Details

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



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

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 ])


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

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

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



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

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:



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

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 ])


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

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

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



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

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