struct Octokit::Models::RepositoryLicense

Defined in:

octokit/models/licenses.cr

Constructors

Instance Method Summary

Constructor Detail

def self.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) #

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

Instance Method Detail

def content : String #

def content=(_content : String) #

def download_url : String #

def download_url=(_download_url : String) #

def encoding : String #

def encoding=(_encoding : String) #

def git_url : String #

def git_url=(_git_url : String) #

def html_url : String #

def html_url=(_html_url : String) #

def license : License #

def license=(_license : License) #

def name : String #

def name=(_name : String) #

def path : String #

def path=(_path : String) #

def sha : String #

def sha=(_sha : String) #

def size : Int32 #

def size=(_size : Int32) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #