Class Twitter::User
In: lib/twitter/user.rb
Parent: Twitter::BasicUser

Methods

entities?   uri   url   website   website?  

Included Modules

Twitter::Creatable Twitter::Profile Memoizable

External Aliases

favourites_count -> favorites_count
statuses_count -> tweets_count
status -> tweet
status? -> tweet?
status? -> tweeted?

Attributes

connections  [R]  @return [Array]
description  [R]  @return [String]
favourites_count  [R]  @return [Integer]
followers_count  [R]  @return [Integer]
friends_count  [R]  @return [Integer]
lang  [R]  @return [String]
listed_count  [R]  @return [Integer]
location  [R]  @return [String]
name  [R]  @return [String]
profile_background_color  [R]  @return [String]
profile_link_color  [R]  @return [String]
profile_sidebar_border_color  [R]  @return [String]
profile_sidebar_fill_color  [R]  @return [String]
profile_text_color  [R]  @return [String]
statuses_count  [R]  @return [Integer]
time_zone  [R]  @return [String]
utc_offset  [R]  @return [Integer]

Public Instance methods

@return [Boolean]

@return [Addressable::URI] The URL to the user.

url()

Alias for uri

@return [Addressable::URI] The URL to the user‘s website.

[Validate]