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)


551
552
553
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 551

def next_token
  @next_token
end

Class Method Details

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



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

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


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

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

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



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

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:



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

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


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

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


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

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