Skip to content

Commit

Permalink
Add profile_image_url_https accessor to Twitter::Status
Browse files Browse the repository at this point in the history
Closes #258.
  • Loading branch information
terryjray authored and sferik committed May 8, 2012
1 parent 75e6912 commit 5991fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/status.rb
Expand Up @@ -18,7 +18,7 @@ class Status < Twitter::Base
include Twitter::Creatable
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,
:in_reply_to_user_id, :iso_language_code, :profile_image_url, :profile_image_url_https,
:retweet_count, :retweeted, :source, :text, :to_user, :to_user_id, :to_user_name,
:truncated
alias :favorited? :favorited
Expand Down

0 comments on commit 5991fa3

Please sign in to comment.