Class: Peddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/fulfillment_outbound_2020_07_01.rbs

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#fulfillment_ordersArray[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_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


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 ]

Returns:

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

.parsePeddler::APIs::FulfillmentOutbound20200701::ListAllFulfillmentOrdersResult

Parameters:

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

Returns:



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 ]

Returns:

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

Returns:



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? }