class GitHub::Repo

Included Modules

Defined in:

github-repos.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def description : String | Nil #

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

[View source]
def language : String | Nil #

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

[View source]
def stars : Int32 #

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

[View source]
def title : String | Nil #

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

[View source]
def url : String | Nil #

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

[View source]