struct

GitHub::Branches::Merge::Commit

Inherits MessagePack::Serializable < JSON::Serializable < GitHub::Resource < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Instance methods

author
Source
author=(author : CommitAuthor)
Source
comment_count
Source
comment_count=(comment_count : Int32)
Source
committer
Source
committer=(committer : CommitAuthor)
Source
message
Source
message=(message : String)
Source
tree
Source
tree=(tree : Tree)
Source
url=(url : String)
Source
verification
Source
verification=(verification : Verification)
Source