Class: MailboxLayer::CheckOptions
- Inherits:
-
Object
- Object
- MailboxLayer::CheckOptions
- Includes:
- Hashable
- Defined in:
- lib/email_address_validation.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#catch_all ⇒ Object
Returns the value of attribute catch_all.
-
#email ⇒ Object
Returns the value of attribute email.
-
#format ⇒ Object
Returns the value of attribute format.
-
#smtp ⇒ Object
Returns the value of attribute smtp.
-
#smtp_check ⇒ Object
Returns the value of attribute smtp_check.
Instance Method Summary collapse
-
#initialize ⇒ CheckOptions
constructor
A new instance of CheckOptions.
Constructor Details
#initialize ⇒ CheckOptions
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_key ⇒ Object
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_all ⇒ Object
Returns the value of attribute catch_all.
88 89 90 |
# File 'lib/email_address_validation.rb', line 88 def catch_all @catch_all end |
#email ⇒ Object
Returns the value of attribute email.
83 84 85 |
# File 'lib/email_address_validation.rb', line 83 def email @email end |
#format ⇒ Object
Returns the value of attribute format.
86 87 88 |
# File 'lib/email_address_validation.rb', line 86 def format @format end |
#smtp ⇒ Object
Returns the value of attribute smtp.
85 86 87 |
# File 'lib/email_address_validation.rb', line 85 def smtp @smtp end |
#smtp_check ⇒ Object
Returns the value of attribute smtp_check.
87 88 89 |
# File 'lib/email_address_validation.rb', line 87 def smtp_check @smtp_check end |