Class: Flumtter::TimeLine::Favorite

Inherits:
FavBase show all
Defined in:
lib/flumtter/app/plugins/timeline/fav.rb

Instance Method Summary collapse

Methods inherited from FavBase

#body, #created_at, #footer, #info, #source_user, #user

Methods inherited from Event

#header

Methods inherited from Base

[], #initialize, #to_s

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

#colorObject



32
33
34
# File 'lib/flumtter/app/plugins/timeline/fav.rb', line 32

def color
  Setting.dig(:color, :timeline, :fav) || :white
end