Class: Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.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::VendorDirectFulfillmentOrders20211228::Pagination
Instance Method Summary collapse
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
270 271 272 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 270 def next_token @next_token end |
Class Method Details
.[](next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
263 264 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 263
def self.[]: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
|
.members ⇒ [ :next_token ]
266 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 266
def self.members: () -> [ :next_token ]
|
.new(next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
261 262 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 261
def self.new: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
268 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 268
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentOrders20211228::Pagination
|
Instance Method Details
#members ⇒ [ :next_token ]
272 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 272
def members: () -> [ :next_token ]
|
#to_h ⇒ { next_token: String? }
273 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_orders_2021_12_28.rbs', line 273
def to_h: () -> { next_token: String? }
|