class GitHub::User

Included Modules

Defined in:

models/git_hub/user.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

[View source]

Class Method Detail

def self.adapter #

[View source]

Instance Method Detail

def avatar_url : String #

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

[View source]
def html_url : String #

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

[View source]
def login : String #

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

[View source]