Class: CDP::Timeline::Response::Paging
- Inherits:
-
Object
- Object
- CDP::Timeline::Response::Paging
- Defined in:
- lib/cdp/timeline/response.rb
Defined Under Namespace
Classes: Cursor
Instance Attribute Summary collapse
-
#cursor ⇒ Object
Returns the value of attribute cursor.
Instance Method Summary collapse
-
#initialize ⇒ Paging
constructor
A new instance of Paging.
Constructor Details
Instance Attribute Details
#cursor ⇒ Object
Returns the value of attribute cursor.
14 15 16 |
# File 'lib/cdp/timeline/response.rb', line 14 def cursor @cursor end |