Skip to content

Commit

Permalink
add new search result fields
Browse files Browse the repository at this point in the history
  • Loading branch information
kunalmodi committed Jan 27, 2012
1 parent 09fabf5 commit d60ac38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter/status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
module Twitter
class Status < Twitter::Base
include Twitter::Creatable
lazy_attr_reader :favorited, :from_user, :from_user_id, :id,
lazy_attr_reader :favorited, :from_user, :from_user_id, :from_user_name, :id,
: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,
:retweet_count, :retweeted, :source, :text, :to_user, :to_user_id, :to_user_name,
:truncated
alias :favorited? :favorited
alias :retweeted? :retweeted
Expand Down

0 comments on commit d60ac38

Please sign in to comment.