Skip to content

Commit

Permalink
Add email attribute to Twitter::User
Browse files Browse the repository at this point in the history
Closes #808.
  • Loading branch information
sferik committed Dec 6, 2016
1 parent aacbcc9 commit 0dd6285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/twitter/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class User < Twitter::BasicUser
attr_reader :favourites_count, :followers_count, :friends_count,
:listed_count, :statuses_count, :utc_offset
# @return [String]
attr_reader :description, :lang, :location, :name,
attr_reader :description, :email, :lang, :location, :name,
:profile_background_color, :profile_link_color,
:profile_sidebar_border_color, :profile_sidebar_fill_color,
:profile_text_color, :time_zone
Expand Down

1 comment on commit 0dd6285

@JoeWoodward
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sferik thanks! 💯 👍

Please sign in to comment.