struct

Octokit::Models::RepositoryContentFileOptions

Inherits Struct < Value < Object

Constructors

new(message : String, content : Array(UInt8), sha : String, branch : String, author : CommitAuthor, commiter : CommitAuthor)
new(__temp_3674 : JSON::PullParser)

Instance methods

author
author=(_author : CommitAuthor)
branch
branch=(_branch : String)
commiter
commiter=(_commiter : CommitAuthor)
content
content=(_content : Array(UInt8))
message
message=(_message : String)
sha
sha=(_sha : String)
to_json(json : JSON::Builder)