Class: Sink::PageCursorSharedRef::PageCursorSharedRefPagination

Inherits:
BaseModel
  • Object
show all
Defined in:
lib/sink/page_cursor_shared_ref.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseModel

#[], #deconstruct_keys, #initialize, #inspect, #to_h, #to_s

Constructor Details

This class inherits a constructor from Sink::BaseModel

Instance Attribute Details

#cursorString

Returns:

  • (String)


8
# File 'lib/sink/page_cursor_shared_ref.rb', line 8

required :cursor, String

#prop_with_another_refSink::Models::BasicSharedModelObject



12
# File 'lib/sink/page_cursor_shared_ref.rb', line 12

optional :prop_with_another_ref, -> { Sink::Models::BasicSharedModelObject }