Class: Flumtter::TimeLine::Event
- Defined in:
- lib/flumtter/app/plugins/timeline/event.rb
Instance Method Summary collapse
Methods inherited from Base
Methods included from Util
#command_value_regexp, #dialog_for_index, #error, #error_handler, #id2obj, #if_tweet, #index_regexp, #index_with_dialog, #logger, #on_event, #parse_index, #parse_time, #sarastire, #sarastire_user, #screen_name_regexp
Constructor Details
This class inherits a constructor from Flumtter::TimeLine::Base
Instance Method Details
#header ⇒ Object
6 7 8 |
# File 'lib/flumtter/app/plugins/timeline/event.rb', line 6 def header "#{index} ".ljust(Terminal.x, ?-, "<< @#{source_user} :(#{info})") end |