class Github::User

Included Modules

Defined in:

github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def avatar_url : String | Nil #

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

[View source]
def html_url : String | Nil #

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

[View source]
def login : String | Nil #

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

[View source]