Class: Peddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination

Inherits:
Data
  • Object
show all
Defined in:
sig/peddler/apis/vendor_direct_fulfillment_shipping_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)


357
358
359
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 357

def next_token
  @next_token
end

Class Method Details

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



350
351
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 350

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


353
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 353

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

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



348
349
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 348

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

.parsePeddler::APIs::VendorDirectFulfillmentShipping20211228::Pagination

Parameters:

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

Returns:



355
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 355

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


359
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 359

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


360
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_2021_12_28.rbs', line 360

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