struct Octokit::Models::RepositoryContentFileOptions

Defined in:

octokit/models/repo_contents.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, content : Array(UInt8), sha : String, branch : String, author : CommitAuthor, commiter : CommitAuthor) #

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

Instance Method Detail

def author : CommitAuthor #

def author=(_author : CommitAuthor) #

def branch : String #

def branch=(_branch : String) #

def commiter : CommitAuthor #

def commiter=(_commiter : CommitAuthor) #

def content : Array(UInt8) #

def content=(_content : Array(UInt8)) #

def message : String #

def message=(_message : String) #

def sha : String #

def sha=(_sha : String) #

def to_json(json : JSON::Builder) #