Class: Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
- Defined in:
- sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs
Instance Attribute Summary collapse
-
#fulfillment_orders ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?
readonly
Returns the value of attribute fulfillment_orders.
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :fulfillment_orders, :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
Instance Method Summary collapse
-
#members ⇒ [ :fulfillment_orders, :next_token ]
-
#to_h ⇒ { fulfillment_orders: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, next_token: String? }
Instance Attribute Details
#fulfillment_orders ⇒ Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]? (readonly)
Returns the value of attribute fulfillment_orders.
1137 1138 1139 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1137 def fulfillment_orders @fulfillment_orders end |
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
1138 1139 1140 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1138 def next_token @next_token end |
Class Method Details
.[](fulfillment_orders:, next_token:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult .[](arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
1130 1131 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1130
def self.[]: (?fulfillment_orders: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, ?next_token: String?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
| (Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
|
.members ⇒ [ :fulfillment_orders, :next_token ]
1133 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1133
def self.members: () -> [ :fulfillment_orders, :next_token ]
|
.new(fulfillment_orders:, next_token:) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult .new(arg0, arg1) ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
1128 1129 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1128
def self.new: (?fulfillment_orders: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, ?next_token: String?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
| (Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, String?) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
|
.parse ⇒ Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
1135 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1135
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult
|
Instance Method Details
#members ⇒ [ :fulfillment_orders, :next_token ]
1140 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1140
def members: () -> [ :fulfillment_orders, :next_token ]
|
#to_h ⇒ { fulfillment_orders: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, next_token: String? }
1141 |
# File 'sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs', line 1141
def to_h: () -> { fulfillment_orders: Array[Peddler::APIs::FulfillmentOutbound20200701::FulfillmentOrder]?, next_token: String? }
|