Class: Peddler::APIs::FulfillmentInbound20240320::Pagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::FulfillmentInbound20240320::Pagination
- Defined in:
- sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination
Instance Method Summary collapse
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
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
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 ]
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
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
|
.parse ⇒ Peddler::APIs::FulfillmentInbound20240320::Pagination
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 ]
1414 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1414
def members: () -> [ :next_token ]
|
#to_h ⇒ { next_token: String? }
1415 |
# File 'sig/peddler/apis/fulfillment_inbound_2024_03_20.rbs', line 1415
def to_h: () -> { next_token: String? }
|