Class: NumverifyLayer::ValidateOptions
- Inherits:
-
Object
- Object
- NumverifyLayer::ValidateOptions
- Includes:
- Hashable
- Defined in:
- lib/phone_number_validation/validate/validate_options.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#number ⇒ Object
Returns the value of attribute number.
Instance Method Summary collapse
-
#initialize ⇒ ValidateOptions
constructor
A new instance of ValidateOptions.
Constructor Details
#initialize ⇒ ValidateOptions
Returns a new instance of ValidateOptions.
13 14 15 |
# File 'lib/phone_number_validation/validate/validate_options.rb', line 13 def initialize() @query = nil end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
9 10 11 |
# File 'lib/phone_number_validation/validate/validate_options.rb', line 9 def access_key @access_key end |
#number ⇒ Object
Returns the value of attribute number.
11 12 13 |
# File 'lib/phone_number_validation/validate/validate_options.rb', line 11 def number @number end |