Class: NumverifyLayer::CountriesOptions
- Inherits:
-
Object
- Object
- NumverifyLayer::CountriesOptions
- Includes:
- Hashable
- Defined in:
- lib/phone_number_validation/countries/countries_options.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
Instance Method Summary collapse
-
#initialize ⇒ CountriesOptions
constructor
A new instance of CountriesOptions.
Constructor Details
#initialize ⇒ CountriesOptions
Returns a new instance of CountriesOptions.
11 12 |
# File 'lib/phone_number_validation/countries/countries_options.rb', line 11 def initialize() end |
Instance Attribute Details
#access_key ⇒ Object
Returns the value of attribute access_key.
9 10 11 |
# File 'lib/phone_number_validation/countries/countries_options.rb', line 9 def access_key @access_key end |