Skip to content

Commit

Permalink
Add accessor for in_reply_to_status_id
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 28, 2011
1 parent 4ce4101 commit 9eeb74a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/twitter/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ module Twitter
class Status < Twitter::Base
include Twitter::Creatable
lazy_attr_reader :favorited, :from_user, :from_user_id, :id,
:in_reply_to_screen_name, :in_reply_to_attrs_id, :in_reply_to_user_id,
:iso_language_code, :profile_image_url, :retweet_count, :retweeted,
:source, :text, :to_user, :to_user_id, :truncated
:in_reply_to_screen_name, :in_reply_to_attrs_id, :in_reply_to_status_id,
:in_reply_to_user_id, :iso_language_code, :profile_image_url,
:retweet_count, :retweeted, :source, :text, :to_user, :to_user_id,
:truncated
alias :favorited? :favorited
alias :retweeted? :retweeted
alias :truncated? :truncated
Expand Down

0 comments on commit 9eeb74a

Please sign in to comment.