Class: Sink::Models::SharedCursorNestedResponsePropMeta::Pagination
- Inherits:
-
BaseModel
- Object
- BaseModel
- Sink::Models::SharedCursorNestedResponsePropMeta::Pagination
- Defined in:
- lib/sink/models/shared_cursor_nested_response_prop_meta.rb
Instance Attribute Summary collapse
-
#cursor ⇒ String
The cursor for the next page.
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ Pagination
constructor
Create a new instance of Pagination from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ Pagination
Create a new instance of Pagination from a Hash of raw data.
5 |
# File 'lib/sink/models/shared_cursor_nested_response_prop_meta.rb', line 5 def initialize(data = {}) = super |
Instance Attribute Details
#cursor ⇒ String
The cursor for the next page
14 |
# File 'lib/sink/models/shared_cursor_nested_response_prop_meta.rb', line 14 optional :cursor, String |