Class: Peddler::APIs::FBAInventoryV1::Pagination

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


242
243
244
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 242

def next_token
  @next_token
end

Class Method Details

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

Overloads:



235
236
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 235

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

.members[ :next_token ]

Returns:

  • ([ :next_token ])


238
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 238

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

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

Overloads:



233
234
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 233

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

.parsePeddler::APIs::FBAInventoryV1::Pagination

Parameters:

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

Returns:



240
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 240

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

Instance Method Details

#members[ :next_token ]

Returns:

  • ([ :next_token ])


244
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 244

def members: () -> [ :next_token ]

#to_h{ next_token: String? }

Returns:

  • ({ next_token: String? })


245
# File 'sig/peddler/apis/fba_inventory_v1.rbs', line 245

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