Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination

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

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#next_tokenString? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


270
271
272
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 270

def next_token
  @next_token
end

Class Method Details

.[](next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination



263
264
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 263

def self.[]: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination

.members[ :next_token ]

Returns:

  • ([ :next_token ])


266
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 266

def self.members: () -> [ :next_token ]

.new(next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination



261
262
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 261

def self.new: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination

.parsePeddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination

Parameters:

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

Returns:



268
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 268

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


272
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 272

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


273
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 273

def to_h: () -> { next_token: String? }