Class: Twitter::Timeline
Instance Attribute Summary
Attributes inherited from Site
Instance Method Summary collapse
-
#initialize(timeline) ⇒ Timeline
constructor
A new instance of Timeline.
Methods inherited from Site
#ask_for_credentials, #balance, #credentials, #credentials=, #date, #identifier, #imported_links, #save!, #to_post, #to_s, #undo_import!
Constructor Details
#initialize(timeline) ⇒ Timeline
Returns a new instance of Timeline.
12 13 14 |
# File 'lib/twitter.rb', line 12 def initialize(timeline) @timeline = timeline end |