struct Octokit::Models::WebHookAuthor

Defined in:

octokit/models/repo_hooks.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, name : String, username : String) #

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def name : String #

def name=(_name : String) #

def to_json(json : JSON::Builder) #

def username : String #

def username=(_username : String) #