Class: Croudia::Object::Cursor
- Defined in:
- lib/croudia/object/cursor.rb
Instance Attribute Summary collapse
-
#next_cursor ⇒ Object
readonly
Returns the value of attribute next_cursor.
-
#next_cursor_str ⇒ Object
readonly
Returns the value of attribute next_cursor_str.
-
#previous_cursor ⇒ Object
readonly
Returns the value of attribute previous_cursor.
-
#previous_cursor_str ⇒ Object
readonly
Returns the value of attribute previous_cursor_str.
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#next_cursor ⇒ Object (readonly)
Returns the value of attribute next_cursor.
6 7 8 |
# File 'lib/croudia/object/cursor.rb', line 6 def next_cursor @next_cursor end |
#next_cursor_str ⇒ Object (readonly)
Returns the value of attribute next_cursor_str.
6 7 8 |
# File 'lib/croudia/object/cursor.rb', line 6 def next_cursor_str @next_cursor_str end |
#previous_cursor ⇒ Object (readonly)
Returns the value of attribute previous_cursor.
6 7 8 |
# File 'lib/croudia/object/cursor.rb', line 6 def previous_cursor @previous_cursor end |
#previous_cursor_str ⇒ Object (readonly)
Returns the value of attribute previous_cursor_str.
6 7 8 |
# File 'lib/croudia/object/cursor.rb', line 6 def previous_cursor_str @previous_cursor_str end |