class Github::User

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar_url : String #

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

[View source]
def bio : String | Nil #

[View source]
def bio=(bio : String | Nil) #

[View source]
def blog : String #

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

[View source]
def company : String | Nil #

[View source]
def company=(company : String | Nil) #

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def email : String | Nil #

[View source]
def email=(email : String | Nil) #

[View source]
def events_url : String #

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

[View source]
def followers : Int32 #

[View source]
def followers=(followers : Int32) #

[View source]
def followers_url : String #

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

[View source]
def following : Int32 #

[View source]
def following=(following : Int32) #

[View source]
def following_url : String #

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

[View source]
def gists_url : String #

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

[View source]
def gravatar_id : String #

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

[View source]
def hireable=(hireable : Bool | Nil) #

[View source]
def hireable? : Bool | Nil #

[View source]
def html_url : String #

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

[View source]
def id : Int32 #

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

[View source]
def kind #

[View source]
def location : String | Nil #

[View source]
def location=(location : String | Nil) #

[View source]
def login : String #

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

[View source]
def name : String | Nil #

[View source]
def name=(name : String | Nil) #

[View source]
def node_id : String #

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

[View source]
def organizations_url : String #

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

[View source]
def public_gists : Int32 #

[View source]
def public_gists=(public_gists : Int32) #

[View source]
def public_repos : Int32 #

[View source]
def public_repos=(public_repos : Int32) #

[View source]
def received_events_url : String #

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

[View source]
def repos_url : String #

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

[View source]
def site_admin=(site_admin : Bool) #

[View source]
def site_admin? : Bool #

[View source]
def starred_url : String #

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

[View source]
def subscriptions_url : String #

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

[View source]
def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]
def url : String #

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

[View source]
def user_type : String #

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

[View source]