struct Octokit::Models::GistFile

Defined in:

octokit/models/gists.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(size : Int32, filename : String, language : String, type : String, raw_url : String, content : String) #

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

Instance Method Detail

def content : String #

def content=(_content : String) #

def filename : String #

def filename=(_filename : String) #

def language : String #

def language=(_language : String) #

def raw_url : String #

def raw_url=(_raw_url : String) #

def size : Int32 #

def size=(_size : Int32) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #