struct

Octokit::Models::WebHookCommit

Inherits Struct < Value < Object

Constructors

new(added : Array(String), author : WebHookAuthor, committer : WebHookAuthor, distinct : Bool, id : String, message : Array(String), modified : Array(String), removed : Array(String), timestamp : String)
new(__temp_3978 : JSON::PullParser)

Instance methods

added
added=(_added : Array(String))
author
author=(_author : WebHookAuthor)
committer
committer=(_committer : WebHookAuthor)
distinct
distinct=(_distinct : Bool)
id
id=(_id : String)
message
message=(_message : Array(String))
modified
modified=(_modified : Array(String))
removed
removed=(_removed : Array(String))
timestamp
timestamp=(_timestamp : String)
to_json(json : JSON::Builder)