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_token ⇒ String? (readonly)

Returns the value of attribute next_token.

Returns:

  • (String, nil)


643
644
645
# File 'sig/peddler/apis/external_fulfillment_shipments_2024_09_11.rbs', line 643

def next_token
  @next_token
end

Class Method Details

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



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

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

.members ⇒ [ :next_token ]

Returns:

  • ([ :next_token ])


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

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

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



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

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

.parse ⇒ Peddler::APIs::ExternalFulfillmentShipments20240911::Pagination

Parameters:

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

Returns:



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

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

Instance Method Details

#members ⇒ [ :next_token ]

Returns:

  • ([ :next_token ])


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

def members: () -> [ :next_token ]

#to_h ⇒ { next_token: String? }

Returns:

  • ({ next_token: String? })


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

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