struct Octokit::Models::PushEventRepository
- Octokit::Models::PushEventRepository
- Struct
- Value
- Object
Defined in:
octokit/models/event_types.crConstructors
- .new(id : Int64, node_id : String, name : String, full_name : String, owner : User, private __arg0 : Bool, description : String, fork : Bool, created_at : Time, pushed_at : String, updated_at : Time, homepage : String, size : Int32, stargazers_count : Int32, watchers_count : Int32, language : String, has_issues : Bool, has_downloads : Bool, has_wiki : Bool, has_pages : Bool, forks_count : Int32, open_issues_count : Int32, default_branch : String, master_branch : String, organization : String, url : String, archive_url : String, html_url : String, statuses_url : String, git_url : String, ssh_url : String, clone_url : String, svn_url : String)
- .new(__temp_1859 : JSON::PullParser)
Instance Method Summary
- #archive_url : String
- #archive_url=(_archive_url : String)
- #clone_url : String
- #clone_url=(_clone_url : String)
- #created_at : Time
- #created_at=(_created_at : Time)
- #default_branch : String
- #default_branch=(_default_branch : String)
- #description : String
- #description=(_description : String)
- #fork : Bool
- #fork=(_fork : Bool)
- #forks_count : Int32
- #forks_count=(_forks_count : Int32)
- #full_name : String
- #full_name=(_full_name : String)
- #git_url : String
- #git_url=(_git_url : String)
- #has_downloads : Bool
- #has_downloads=(_has_downloads : Bool)
- #has_issues : Bool
- #has_issues=(_has_issues : Bool)
- #has_pages : Bool
- #has_pages=(_has_pages : Bool)
- #has_wiki : Bool
- #has_wiki=(_has_wiki : Bool)
- #homepage : String
- #homepage=(_homepage : String)
- #html_url : String
- #html_url=(_html_url : String)
- #id : Int64
- #id=(_id : Int64)
- #language : String
- #language=(_language : String)
- #master_branch : String
- #master_branch=(_master_branch : String)
- #name : String
- #name=(_name : String)
- #node_id : String
- #node_id=(_node_id : String)
- #open_issues_count : Int32
- #open_issues_count=(_open_issues_count : Int32)
- #organization : String
- #organization=(_organization : String)
- #owner : User
- #owner=(_owner : User)
- #private : Bool
- #private=(_private : Bool)
- #pushed_at : String
- #pushed_at=(_pushed_at : String)
- #size : Int32
- #size=(_size : Int32)
- #ssh_url : String
- #ssh_url=(_ssh_url : String)
- #stargazers_count : Int32
- #stargazers_count=(_stargazers_count : Int32)
- #statuses_url : String
- #statuses_url=(_statuses_url : String)
- #svn_url : String
- #svn_url=(_svn_url : String)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
- #url : String
- #url=(_url : String)
- #watchers_count : Int32
- #watchers_count=(_watchers_count : Int32)
Constructor Detail
def self.new(id : Int64, node_id : String, name : String, full_name : String, owner : User, private __arg0 : Bool, description : String, fork : Bool, created_at : Time, pushed_at : String, updated_at : Time, homepage : String, size : Int32, stargazers_count : Int32, watchers_count : Int32, language : String, has_issues : Bool, has_downloads : Bool, has_wiki : Bool, has_pages : Bool, forks_count : Int32, open_issues_count : Int32, default_branch : String, master_branch : String, organization : String, url : String, archive_url : String, html_url : String, statuses_url : String, git_url : String, ssh_url : String, clone_url : String, svn_url : String)
#