Class: Peddler::APIs::FulfillmentInbound20240320::Pagination

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


1412
1413
1414
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1412

def next_token
  @next_token
end

Class Method Details

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

Overloads:



1405
1406
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1405

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


1408
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1408

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

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

Overloads:



1403
1404
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1403

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

.parsePeddler::APIs::FulfillmentInbound20240320::Pagination

Parameters:

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

Returns:



1410
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1410

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


1414
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1414

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


1415
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1415

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