struct Octokit::Models::Gists

Defined in:

octokit/models/gists.cr

Constructors

Instance Method Summary

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) #

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

Instance Method Detail

def comments : Int32 #

def comments=(_comments : Int32) #

def created_at : Time #

def created_at=(_created_at : Time) #

def description : String #

def description=(_description : String) #

def files : Hash(String, GistFile) #

def files=(_files : Hash(String, GistFile)) #

def git_pull_url : String #

def git_pull_url=(_git_pull_url : String) #

def git_push_url : String #

def git_push_url=(_git_push_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def id : String #

def id=(_id : String) #

def node_id : String #

def node_id=(_node_id : String) #

def owner : User #

def owner=(_owner : User) #

def public : Bool #

def public=(_public : Bool) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #