class Twitter::User

Included Modules

Defined in:

twitter/serializations/user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def created_at : Time #

def created_at=(created_at : Time) #

def default_profile=(default_profile : Bool) #

def default_profile? : Bool #

def default_profile_image=(default_profile_image : Bool) #

def default_profile_image? : Bool #

def description : String #

def description=(description : String) #

def entities : UserEntities | Nil #

def entities=(entities : UserEntities | Nil) #

def favourites_count : Int32 #

def favourites_count=(favourites_count : Int32) #

def followers_count : Int32 #

def followers_count=(followers_count : Int32) #

def friends_count : Int32 #

def friends_count=(friends_count : Int32) #

def id : Int64 #

def id=(id : Int64) #

def listed_count : Int32 #

def listed_count=(listed_count : Int32) #

def location : String #

def location=(location : String) #

def name : String #

def name=(name : String) #

def needs_phone_verification : Bool | Nil #

def needs_phone_verification=(needs_phone_verification : Bool | Nil) #

def profile_banner_url : String | Nil #

def profile_banner_url=(profile_banner_url : String | Nil) #

def profile_image_url_https : String #

def profile_image_url_https=(profile_image_url_https : String) #

def screen_name : String #

def screen_name=(screen_name : String) #

def status : Status | Nil #

def status=(status : Status | Nil) #

def statuses_count : Int32 #

def statuses_count=(statuses_count : Int32) #

def suspended : Bool | Nil #

def suspended=(suspended : Bool | Nil) #

def user_protected=(user_protected : Bool) #

def user_protected? : Bool #

def verified=(verified : Bool) #

def verified? : Bool #