Class Twitter::Cursor
In: lib/twitter/cursor.rb
Parent: Object

Methods

new  

Included Modules

Twitter::Enumerable Twitter::Utils

External Aliases

attrs -> to_h
to_h -> to_hash

Attributes

attrs  [R]  @return [Hash]

Public Class methods

Initializes a new Cursor

@param key [String, Symbol] The key to fetch the data from the response @param klass [Class] The class to instantiate objects in the response @param request [Twitter::REST::Request] @return [Twitter::Cursor]

[Validate]