Class: MailboxLayer::CheckRequest
- Inherits:
-
Object
- Object
- MailboxLayer::CheckRequest
- Includes:
- Hashable
- Defined in:
- lib/email_address_validation.rb
Instance Attribute Summary collapse
-
#query ⇒ Object
Returns the value of attribute query.
Instance Method Summary collapse
-
#initialize(query = {}) ⇒ CheckRequest
constructor
A new instance of CheckRequest.
Constructor Details
#initialize(query = {}) ⇒ CheckRequest
Returns a new instance of CheckRequest.
70 71 72 |
# File 'lib/email_address_validation.rb', line 70 def initialize(query = {}) self.query = query; end |
Instance Attribute Details
#query ⇒ Object
Returns the value of attribute query.
68 69 70 |
# File 'lib/email_address_validation.rb', line 68 def query @query end |