struct Octokit::Models::Gists
- Octokit::Models::Gists
- Struct
- Value
- Object
Defined in:
octokit/models/gists.crConstructors
- .new(id : String, description : String, public : Bool, owner : User, files : Hash(String, GistFile), comments : Int32, html_url : String, git_pull_url : String, git_push_url : String, created_at : Time, updated_at : Time, node_id : String)
- .new(__temp_2068 : JSON::PullParser)
Instance Method Summary
- #comments : Int32
- #comments=(_comments : Int32)
- #created_at : Time
- #created_at=(_created_at : Time)
- #description : String
- #description=(_description : String)
- #files : Hash(String, GistFile)
- #files=(_files : Hash(String, GistFile))
- #git_pull_url : String
- #git_pull_url=(_git_pull_url : String)
- #git_push_url : String
- #git_push_url=(_git_push_url : String)
- #html_url : String
- #html_url=(_html_url : String)
- #id : String
- #id=(_id : String)
- #node_id : String
- #node_id=(_node_id : String)
- #owner : User
- #owner=(_owner : User)
- #public : Bool
- #public=(_public : Bool)
- #to_json(json : JSON::Builder)
- #updated_at : Time
- #updated_at=(_updated_at : Time)
Constructor Detail
def self.new(id : String, description : String, public : Bool, owner : User, files : Hash(String, GistFile), comments : Int32, html_url : String, git_pull_url : String, git_push_url : String, created_at : Time, updated_at : Time, node_id : String)
#