Skip to content

Commit

Permalink
Document new options to GET users/show [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Feb 16, 2013
1 parent b246133 commit 0d35dde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/twitter/api/users.rb
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ def users(*args)
# Returns extended information for the authenticated user
#
# @param options [Hash] A customizable set of options.
# @option options [Boolean] :include_entities The tweet entities node will be disincluded when set to false.
# @option options [Boolean, String, Integer] :skip_status Do not include user's Tweets when set to true, 't' or 1.
# @example Return extended information for the authenticated user
# Twitter.user
Expand All @@ -278,6 +279,8 @@ def users(*args)
#
# @param user [Integer, String, Twitter::User] A Twitter user ID, screen name, or object.
# @param options [Hash] A customizable set of options.
# @option options [Boolean] :include_entities The tweet entities node will be disincluded when set to false.
# @option options [Boolean, String, Integer] :skip_status Do not include user's Tweets when set to true, 't' or 1.
# @example Return extended information for @sferik
# Twitter.user('sferik')
# Twitter.user(7505382) # Same as above
Expand Down

0 comments on commit 0d35dde

Please sign in to comment.