struct Octokit::Models::GPGEmail

Defined in:

octokit/models/user_gpg_keys.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(email : String, verified : Bool) #

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

Instance Method Detail

def email : String #

def email=(_email : String) #

def to_json(json : JSON::Builder) #

def verified : Bool #

def verified=(_verified : Bool) #