struct

Octokit::Models::RepositoryLicense

Inherits Struct < Value < Object

Constructors

new(name : String, path : String, sha : String, size : Int32, url : String, html_url : String, git_url : String, download_url : String, type : String, content : String, encoding : String, license : License)
new(__temp_2565 : JSON::PullParser)

Instance methods

content
content=(_content : String)
download_url
download_url=(_download_url : String)
encoding
encoding=(_encoding : String)
git_url
git_url=(_git_url : String)
html_url
html_url=(_html_url : String)
license
license=(_license : License)
name
name=(_name : String)
path
path=(_path : String)
sha
sha=(_sha : String)
size
size=(_size : Int32)
to_json(json : JSON::Builder)
type
type=(_type : String)
url
url=(_url : String)