Class: Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#delivery_window_options ⇒ Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption]
readonly
Returns the value of attribute delivery_window_options.
-
#pagination ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination?
readonly
Returns the value of attribute pagination.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :delivery_window_options, :pagination ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
Instance Method Summary collapse
-
#members ⇒ [ :delivery_window_options, :pagination ]
-
#to_h ⇒ { delivery_window_options: Array[Peddler::APIs::FulfillmentInbound20240320::DeliveryWindowOption], pagination: Peddler::APIs::FulfillmentInbound20240320::Pagination? }
Instance Attribute Details
#delivery_window_options ⇒ Array[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 end |
#pagination ⇒ Peddler::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 ]
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::ListDeliveryWindowOptionsResponse
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 ]
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? }
|