struct Octokit::Models::WebHookCommit

Defined in:

octokit/models/repo_hooks.cr

Constructors

Instance Method Summary

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) #

def self.new(__temp_3960 : JSON::PullParser) #

Instance Method Detail

def added : Array(String) #

def added=(_added : Array(String)) #

def author : WebHookAuthor #

def author=(_author : WebHookAuthor) #

def committer : WebHookAuthor #

def committer=(_committer : WebHookAuthor) #

def distinct : Bool #

def distinct=(_distinct : Bool) #

def id : String #

def id=(_id : String) #

def message : Array(String) #

def message=(_message : Array(String)) #

def modified : Array(String) #

def modified=(_modified : Array(String)) #

def removed : Array(String) #

def removed=(_removed : Array(String)) #

def timestamp : String #

def timestamp=(_timestamp : String) #

def to_json(json : JSON::Builder) #