Class: MailboxLayer::CheckOptions

Inherits:
Object
  • Object
show all
Includes:
Hashable
Defined in:
lib/email_address_validation.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeCheckOptions

Returns a new instance of CheckOptions.



90
91
92
# File 'lib/email_address_validation.rb', line 90

def initialize()
  @query = nil
end

Instance Attribute Details

#access_keyObject

Returns the value of attribute access_key.



81
82
83
# File 'lib/email_address_validation.rb', line 81

def access_key
  @access_key
end

#catch_allObject

Returns the value of attribute catch_all.



88
89
90
# File 'lib/email_address_validation.rb', line 88

def catch_all
  @catch_all
end

#emailObject

Returns the value of attribute email.



83
84
85
# File 'lib/email_address_validation.rb', line 83

def email
  @email
end

#formatObject

Returns the value of attribute format.



86
87
88
# File 'lib/email_address_validation.rb', line 86

def format
  @format
end

#smtpObject

Returns the value of attribute smtp.



85
86
87
# File 'lib/email_address_validation.rb', line 85

def smtp
  @smtp
end

#smtp_checkObject

Returns the value of attribute smtp_check.



87
88
89
# File 'lib/email_address_validation.rb', line 87

def smtp_check
  @smtp_check
end