class Github::Repos

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Instance methods inherited from class Github::Iterable

incomplete_results=(incomplete_results : Bool) incomplete_results=, incomplete_results? : Bool incomplete_results?, total_count : Int32 total_count, total_count=(total_count : Int32) total_count=

Constructor methods inherited from class Github::Iterable

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def incomplete_results=(incomplete_results : Bool) #

[View source]
def incomplete_results? : Bool #

[View source]
def items : Array(Repo) #

[View source]
def items=(items : Array(Repo)) #

[View source]
def total_count : Int32 #

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

[View source]