Class: Sink::Models::PageCursorSharedRefPagination
- Defined in:
- lib/sink/models/page_cursor_shared_ref_pagination.rb
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(data = {}) ⇒ PageCursorSharedRefPagination
constructor
Create a new instance of PageCursorSharedRefPagination from a Hash of raw data.
Methods inherited from BaseModel
#[], #deconstruct_keys, #inspect, #to_h, #to_s
Constructor Details
#initialize(data = {}) ⇒ PageCursorSharedRefPagination
Create a new instance of PageCursorSharedRefPagination from a Hash of raw data.
6 |
# File 'lib/sink/models/page_cursor_shared_ref_pagination.rb', line 6 def initialize(data = {}) = super |
Instance Attribute Details
#cursor ⇒ String
8 |
# File 'lib/sink/models/page_cursor_shared_ref_pagination.rb', line 8 required :cursor, String |
#prop_with_another_ref ⇒ Sink::Models::BasicSharedModelObject
12 |
# File 'lib/sink/models/page_cursor_shared_ref_pagination.rb', line 12 optional :prop_with_another_ref, -> { Sink::Models::BasicSharedModelObject } |