struct Octokit::Models::RepositoryContent

Defined in:

octokit/models/repo_contents.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, target : String, encoding : String, size : String, name : String, path : String, content : String, sha : String, url : String, git_url : String, html_url : String, download_url : String) #

def self.new(__temp_3621 : 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 name : String #

def name=(_name : String) #

def path : String #

def path=(_path : String) #

def sha : String #

def sha=(_sha : String) #

def size : String #

def size=(_size : String) #

def target : String #

def target=(_target : String) #

def to_json(json : JSON::Builder) #

def type : String #

def type=(_type : String) #

def url : String #

def url=(_url : String) #