struct Twitcr::User

Included Modules

Defined in:

twitcr/mappings/user.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def display_name : String #

[View source]
def display_name=(display_name : String) #

[View source]
def id : UInt64 #

[View source]
def id=(id : UInt64) #

[View source]
def login : String #

[View source]
def login=(login : String) #

[View source]