struct Octokit::Models::WebHookCommit
- Octokit::Models::WebHookCommit
- Struct
- Value
- Object
Defined in:
octokit/models/repo_hooks.crConstructors
- .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_3963 : JSON::PullParser)
Instance Method Summary
- #added : Array(String)
- #added=(_added : Array(String))
- #author : WebHookAuthor
- #author=(_author : WebHookAuthor)
- #committer : WebHookAuthor
- #committer=(_committer : WebHookAuthor)
- #distinct : Bool
- #distinct=(_distinct : Bool)
- #id : String
- #id=(_id : String)
- #message : Array(String)
- #message=(_message : Array(String))
- #modified : Array(String)
- #modified=(_modified : Array(String))
- #removed : Array(String)
- #removed=(_removed : Array(String))
- #timestamp : String
- #timestamp=(_timestamp : String)
- #to_json(json : JSON::Builder)
Constructor Detail
def self.new(added : Array(String), author : WebHookAuthor, committer : WebHookAuthor, distinct : Bool, id : String, message : Array(String), modified : Array(String), removed : Array(String), timestamp : String)
#