Class: CDP::Timeline::Response::Paging

Inherits:
Object
  • Object
show all
Defined in:
lib/cdp/timeline/response.rb

Defined Under Namespace

Classes: Cursor

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializePaging

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

#cursorObject

Returns the value of attribute cursor.



14
15
16
# File 'lib/cdp/timeline/response.rb', line 14

def cursor
  @cursor
end