struct Octokit::Models::RepositoryContentFileOptions
- Octokit::Models::RepositoryContentFileOptions
- Struct
- Value
- Object
Defined in:
octokit/models/repo_contents.crConstructors
- .new(message : String, content : Array(UInt8), sha : String, branch : String, author : CommitAuthor, commiter : CommitAuthor)
- .new(__temp_3805 : JSON::PullParser)
Instance Method Summary
- #author : CommitAuthor
- #author=(_author : CommitAuthor)
- #branch : String
- #branch=(_branch : String)
- #commiter : CommitAuthor
- #commiter=(_commiter : CommitAuthor)
- #content : Array(UInt8)
- #content=(_content : Array(UInt8))
- #message : String
- #message=(_message : String)
- #sha : String
- #sha=(_sha : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(message : String, content : Array(UInt8), sha : String, branch : String, author : CommitAuthor, commiter : CommitAuthor)
#