struct Octokit::Models::UserEmail

Defined in:

octokit/models/user_emails.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, primary : Bool, verified : Bool, visibility : Union(String, Nil)) #

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def primary : Bool #

def primary=(_primary : Bool) #

def to_json(json : JSON::Builder) #

def verified : Bool #

def verified=(_verified : Bool) #

def visibility : Union(String, Nil) #

def visibility=(_visibility : Union(String, Nil)) #