class Flumtter::TimeLine::Quote
Public Instance Methods
color()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 46 def color Setting.dig(:color, :timeline, :quote) || :white end
info()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 42 def info @object.quoted_status.retweet_count end
source_user()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 38 def source_user @object.user.screen_name end