class Flumtter::TimeLine::Retweet
Public Instance Methods
color()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 32 def color Setting.dig(:color, :timeline, :retweet) || :white end
info()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 28 def info @object.retweeted_status.retweet_count end
source_user()
click to toggle source
# File lib/flumtter/app/plugins/timeline/tweet.rb, line 24 def source_user @object.user.screen_name end