class Github::Repository

Included Modules

Defined in:

github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def full_name : String | Nil #

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

[View source]
def html_url : String | Nil #

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

[View source]
def owner : User #

[View source]
def owner=(owner : User) #

[View source]