Class: Peddler::APIs::VendorDirectFulfillmentShippingV1::Pagination

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


354
355
356
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 354

def next_token
  @next_token
end

Class Method Details

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



347
348
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 347

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


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

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

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



345
346
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 345

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

.parsePeddler::APIs::VendorDirectFulfillmentShippingV1::Pagination

Parameters:

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

Returns:



352
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 352

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


356
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 356

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


357
# File 'sig/peddler/apis/vendor_direct_fulfillment_shipping_v1.rbs', line 357

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