class Github::Repo

Included Modules

Defined in:

lib/github/models.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def archive_url : String #

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

[View source]
def archived=(archived : Bool) #

[View source]
def archived? : Bool #

[View source]
def assignees_url : String #

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

[View source]
def blobs_url : String #

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

[View source]
def branches_url : String #

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

[View source]
def clone_url : String #

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

[View source]
def collaborators_url : String #

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

[View source]
def comments_url : String #

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

[View source]
def commits_url : String #

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

[View source]
def compare_url : String #

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

[View source]
def contents_url : String #

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

[View source]
def contributors_url : String #

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

[View source]
def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def default_branch : String #

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

[View source]
def deployments_url : String #

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

[View source]
def description : String | Nil #

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

[View source]
def disabled=(disabled : Bool) #

[View source]
def disabled? : Bool #

[View source]
def downloads_url : String #

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

[View source]
def events_url : String #

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

[View source]
def fork=(fork : Bool) #

[View source]
def fork? : Bool #

[View source]
def forks : Int32 #

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

[View source]
def forks_count : Int32 #

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

[View source]
def forks_url : String #

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

[View source]
def full_name : String #

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

[View source]
def git_commits_url : String #

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

[View source]
def git_refs_url : String #

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

[View source]
def git_tags_url : String #

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

[View source]
def git_url : String #

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

[View source]
def has_downloads=(has_downloads : Bool) #

[View source]
def has_downloads? : Bool #

[View source]
def has_issues=(has_issues : Bool) #

[View source]
def has_issues? : Bool #

[View source]
def has_pages=(has_pages : Bool) #

[View source]
def has_pages? : Bool #

[View source]
def has_projects=(has_projects : Bool) #

[View source]
def has_projects? : Bool #

[View source]
def has_wiki=(has_wiki : Bool) #

[View source]
def has_wiki? : Bool #

[View source]
def homepage : String | Nil #

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

[View source]
def hooks_url : String #

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

[View source]
def html_url : String #

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

[View source]
def id : Int32 #

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

[View source]
def issue_comment_url : String #

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

[View source]
def issue_events_url : String #

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

[View source]
def issues_url : String #

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

[View source]
def keys_url : String #

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

[View source]
def labels_url : String #

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

[View source]
def language : String | Nil #

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

[View source]
def languages_url : String #

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

[View source]
def last_activity_at : Time #

[View source]
def latest_release #

[View source]
def license : License | Nil #

[View source]
def license=(license : License | Nil) #

[View source]
def license_name #

[View source]
def merges_url : String #

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

[View source]
def milestones_url : String #

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

[View source]
def mirror_url : String | Nil #

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

[View source]
def name : String #

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

[View source]
def node_id : String #

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

[View source]
def notifications_url : String #

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

[View source]
def open_issues : Int32 #

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

[View source]
def open_issues_count : Int32 #

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

[View source]
def owner : Owner #

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

[View source]
def parent : Repo | Nil #

[View source]
def parent=(parent : Repo | Nil) #

[View source]
def private=(private __arg0 : Bool) #

[View source]
def private? : Bool #

[View source]
def pulls_url : String #

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

[View source]
def pushed_at : Time | Nil #

[View source]
def pushed_at=(pushed_at : Time | Nil) #

[View source]
def releases #

[View source]
def releases_url : String #

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

[View source]
def score : Float64 | Nil #

[View source]
def score=(score : Float64 | Nil) #

[View source]
def size : Int32 #

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

[View source]
def source : Repo | Nil #

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

[View source]
def ssh_url : String #

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

[View source]
def stargazers_count : Int32 #

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

[View source]
def stargazers_url : String #

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

[View source]
def statuses_url : String #

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

[View source]
def subscribers_count : Int32 | Nil #

[View source]
def subscribers_count=(subscribers_count : Int32 | Nil) #

[View source]
def subscribers_url : String #

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

[View source]
def subscription_url : String #

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

[View source]
def svn_url : String #

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

[View source]
def tags : Array(String) #

[View source]
def tags_url : String #

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

[View source]
def teams_url : String #

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

[View source]
def topics : Array(String) | Nil #

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

[View source]
def trees_url : String #

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

[View source]
def updated_at : Time #

[View source]
def updated_at=(updated_at : Time) #

[View source]
def url : String #

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

[View source]
def user #

[View source]
def visibility : String #

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

[View source]
def watchers : Int32 #

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

[View source]
def watchers_count : Int32 #

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

[View source]