Class: Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
- Defined in:
- sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_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::VendorDirectFulfillmentSandboxTestData20211028::Pagination
Instance Method Summary collapse
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
81 82 83 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 81 def next_token @next_token end |
Class Method Details
.[](next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination .[](arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
74 75 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 74
def self.[]: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
|
.members ⇒ [ :next_token ]
77 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 77
def self.members: () -> [ :next_token ]
|
.new(next_token:) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination .new(arg0) ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
72 73 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 72
def self.new: (?next_token: String?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
| (String?) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
|
.parse ⇒ Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
79 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 79
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::VendorDirectFulfillmentSandboxTestData20211028::Pagination
|
Instance Method Details
#members ⇒ [ :next_token ]
83 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 83
def members: () -> [ :next_token ]
|
#to_h ⇒ { next_token: String? }
84 |
# File 'sig/peddler/apis/vendor_direct_fulfillment_sandbox_test_data_2021_10_28.rbs', line 84
def to_h: () -> { next_token: String? }
|