Class: Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination

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


605
606
607
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 605

def next_token
  @next_token
end

Class Method Details

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



598
599
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 598

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


601
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 601

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

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



596
597
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 596

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

.parsePeddler::APIs::ExternalFulfillmentShipments20240911::Pagination

Parameters:

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

Returns:



603
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 603

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


607
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 607

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


608
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 608

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