struct Release::Commit
- Release::Commit
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
release.crConstructors
- .new(sha : String, time : Time, author : Signature, committer : Signature, message : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #author : Signature
- #clone
- #committer : Signature
- #copy_with(sha _sha = @sha, time _time = @time, author _author = @author, committer _committer = @committer, message _message = @message)
- #message : String
- #sha : String
- #time : Time
Constructor Detail
def self.new(sha : String, time : Time, author : Signature, committer : Signature, message : String)
#
Instance Method Detail
def copy_with(sha _sha = @sha, time _time = @time, author _author = @author, committer _committer = @committer, message _message = @message)
#