class Twitter::User
- Twitter::User
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/user.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #created_at : Time
- #created_at=(created_at : Time)
- #default_profile=(default_profile : Bool)
- #default_profile? : Bool
- #default_profile_image=(default_profile_image : Bool)
- #default_profile_image? : Bool
- #description : String
- #description=(description : String)
- #entities : UserEntities | Nil
- #entities=(entities : UserEntities | Nil)
- #favourites_count : Int32
- #favourites_count=(favourites_count : Int32)
- #followers_count : Int32
- #followers_count=(followers_count : Int32)
- #friends_count : Int32
- #friends_count=(friends_count : Int32)
- #id : Int64
- #id=(id : Int64)
- #listed_count : Int32
- #listed_count=(listed_count : Int32)
- #location : String
- #location=(location : String)
- #name : String
- #name=(name : String)
- #needs_phone_verification : Bool | Nil
- #needs_phone_verification=(needs_phone_verification : Bool | Nil)
- #profile_banner_url : String | Nil
- #profile_banner_url=(profile_banner_url : String | Nil)
- #profile_image_url_https : String
- #profile_image_url_https=(profile_image_url_https : String)
- #screen_name : String
- #screen_name=(screen_name : String)
- #status : Status | Nil
- #status=(status : Status | Nil)
- #statuses_count : Int32
- #statuses_count=(statuses_count : Int32)
- #suspended : Bool | Nil
- #suspended=(suspended : Bool | Nil)
- #user_protected=(user_protected : Bool)
- #user_protected? : Bool
- #verified=(verified : Bool)
- #verified? : Bool
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.