Class: Peddler::APIs::VendorShipmentsV1::Pagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorShipmentsV1::Pagination
- Defined in:
- sig/peddler/apis/vendor_shipments_v1.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::VendorShipmentsV1::Pagination
Instance Method Summary collapse
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
480 481 482 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 480 def next_token @next_token end |
Class Method Details
.[](next_token:) ⇒ Peddler::APIs::VendorShipmentsV1::Pagination .[](arg0) ⇒ Peddler::APIs::VendorShipmentsV1::Pagination
473 474 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 473
def self.[]: (?next_token: String?) -> Peddler::APIs::VendorShipmentsV1::Pagination
| (String?) -> Peddler::APIs::VendorShipmentsV1::Pagination
|
.members ⇒ [ :next_token ]
476 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 476
def self.members: () -> [ :next_token ]
|
.new(next_token:) ⇒ Peddler::APIs::VendorShipmentsV1::Pagination .new(arg0) ⇒ Peddler::APIs::VendorShipmentsV1::Pagination
471 472 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 471
def self.new: (?next_token: String?) -> Peddler::APIs::VendorShipmentsV1::Pagination
| (String?) -> Peddler::APIs::VendorShipmentsV1::Pagination
|
.parse ⇒ Peddler::APIs::VendorShipmentsV1::Pagination
478 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 478
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorShipmentsV1::Pagination
|
Instance Method Details
#members ⇒ [ :next_token ]
482 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 482
def members: () -> [ :next_token ]
|
#to_h ⇒ { next_token: String? }
483 |
# File 'sig/peddler/apis/vendor_shipments_v1.rbs', line 483
def to_h: () -> { next_token: String? }
|