Class: Transit::Services::Twitter

Inherits:
Base
  • Object
show all
Defined in:
lib/transit/services/twitter.rb

Overview

Provides access for reading twitter streams/feeds. For posting and publishing, auth tokens are required.

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

Returns the value of attribute auth_token.



8
9
10
# File 'lib/transit/services/twitter.rb', line 8

def auth_token
  @auth_token
end