struct Octokit::Models::GistFile
- Octokit::Models::GistFile
- Struct
- Value
- Object
Defined in:
octokit/models/gists.crConstructors
- .new(size : Int32, filename : String, language : String, type : String, raw_url : String, content : String)
- .new(__temp_2095 : JSON::PullParser)
Instance Method Summary
- #content : String
- #content=(_content : String)
- #filename : String
- #filename=(_filename : String)
- #language : String
- #language=(_language : String)
- #raw_url : String
- #raw_url=(_raw_url : String)
- #size : Int32
- #size=(_size : Int32)
- #to_json(json : JSON::Builder)
- #type : String
- #type=(_type : String)
Constructor Detail
def self.new(size : Int32, filename : String, language : String, type : String, raw_url : String, content : String)
#