Class: Peddler::APIs::CatalogItems20220401::Pagination
- Inherits:
-
Data
- Object
- Data
- Peddler::APIs::CatalogItems20220401::Pagination
- Defined in:
- sig/peddler/apis/catalog_items_2022_04_01.rbs
Instance Attribute Summary collapse
-
#next_token ⇒ String?
readonly
Returns the value of attribute next_token.
-
#previous_token ⇒ String?
readonly
Returns the value of attribute previous_token.
Class Method Summary collapse
-
.[] ⇒ Object
-
.members ⇒ [ :next_token, :previous_token ]
-
.new ⇒ Object
-
.parse ⇒ Peddler::APIs::CatalogItems20220401::Pagination
Instance Method Summary collapse
-
#members ⇒ [ :next_token, :previous_token ]
-
#to_h ⇒ { next_token: String?, previous_token: String? }
Instance Attribute Details
#next_token ⇒ String? (readonly)
Returns the value of attribute next_token.
564 565 566 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 564 def next_token @next_token end |
#previous_token ⇒ String? (readonly)
Returns the value of attribute previous_token.
565 566 567 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 565 def previous_token @previous_token end |
Class Method Details
.[](next_token:, previous_token:) ⇒ Peddler::APIs::CatalogItems20220401::Pagination .[](arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::Pagination
557 558 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 557
def self.[]: (?next_token: String?, ?previous_token: String?) -> Peddler::APIs::CatalogItems20220401::Pagination
| (String?, String?) -> Peddler::APIs::CatalogItems20220401::Pagination
|
.members ⇒ [ :next_token, :previous_token ]
560 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 560
def self.members: () -> [ :next_token, :previous_token ]
|
.new(next_token:, previous_token:) ⇒ Peddler::APIs::CatalogItems20220401::Pagination .new(arg0, arg1) ⇒ Peddler::APIs::CatalogItems20220401::Pagination
555 556 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 555
def self.new: (?next_token: String?, ?previous_token: String?) -> Peddler::APIs::CatalogItems20220401::Pagination
| (String?, String?) -> Peddler::APIs::CatalogItems20220401::Pagination
|
.parse ⇒ Peddler::APIs::CatalogItems20220401::Pagination
562 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 562
def self.parse: (?Hash[String | Symbol, untyped], **untyped) -> Peddler::APIs::CatalogItems20220401::Pagination
|
Instance Method Details
#members ⇒ [ :next_token, :previous_token ]
567 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 567
def members: () -> [ :next_token, :previous_token ]
|
#to_h ⇒ { next_token: String?, previous_token: String? }
568 |
# File 'sig/peddler/apis/catalog_items_2022_04_01.rbs', line 568
def to_h: () -> { next_token: String?, previous_token: String? }
|