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
#initialize ⇒ Paging
Returns a new instance of Paging.
10 11 12 |
# File 'lib/cdp/timeline/response.rb', line 10 def initialize @cursor = Cursor.new end |
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 |