struct

GitHub::Branches::Merge

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 : MergeAuthor)
Source
comments_url
Source
comments_url=(comments_url : String)
Source
commit
Source
commit=(commit : Commit)
Source
committer
Source
committer=(committer : MergeAuthor)
Source
files
Source
files=(files : Array(FileElement))
Source
html_url
Source
html_url=(html_url : String)
Source
node_id
Source
node_id=(node_id : String)
Source
parents
Source
parents=(parents : Array(Tree))
Source
sha=(sha : String)
Source
stats
Source
stats=(stats : Stats)
Source
url=(url : String)
Source

Nested types