Skip to content

Commit

Permalink
Add quote_count and reply_count attributes to Twitter::Tweet
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jun 20, 2018
1 parent 7ff77fd commit 844818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/tweet.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Tweet < Twitter::Identity
attr_reader :filter_level, :in_reply_to_screen_name, :lang, :source, :text
# @return [Integer]
attr_reader :favorite_count, :in_reply_to_status_id, :in_reply_to_user_id,
:retweet_count
:quote_count, :reply_count, :retweet_count
alias in_reply_to_tweet_id in_reply_to_status_id
alias reply? in_reply_to_user_id?
object_attr_reader :GeoFactory, :geo
Expand Down

0 comments on commit 844818c

Please sign in to comment.