struct

Octokit::Models::Gists

Inherits Struct < Value < Object

Constructors

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_2087 : JSON::PullParser)

Instance methods

comments
comments=(_comments : Int32)
created_at
created_at=(_created_at : Time)
description
description=(_description : String)
files
files=(_files : Hash(String, GistFile))
git_pull_url
git_pull_url=(_git_pull_url : String)
git_push_url
git_push_url=(_git_push_url : String)
html_url
html_url=(_html_url : String)
id
id=(_id : String)
node_id
node_id=(_node_id : String)
owner
owner=(_owner : User)
public
public=(_public : Bool)
to_json(json : JSON::Builder)
updated_at
updated_at=(_updated_at : Time)