Class: Twitter::Timeline

Inherits:
Site
  • Object
show all
Defined in:
lib/twitter.rb

Instance Attribute Summary

Attributes inherited from Site

#posts

Instance Method Summary collapse

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