struct Octokit::Models::GistFork

Defined in:

octokit/models/gists.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(url : String, user : User, id : String, created_at : Time, updated_at : Time, node_id : String) #

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

Instance Method Detail

def created_at : Time #

def created_at=(_created_at : Time) #

def id : String #

def id=(_id : String) #

def node_id : String #

def node_id=(_node_id : String) #

def to_json(json : JSON::Builder) #

def updated_at : Time #

def updated_at=(_updated_at : Time) #

def url : String #

def url=(_url : String) #

def user : User #

def user=(_user : User) #