Class: ExperianAddressValidation::Config
- Inherits:
-
Object
- Object
- ExperianAddressValidation::Config
- Defined in:
- lib/experian_address_validation/config.rb
Instance Attribute Summary collapse
-
#auth_token ⇒ Object
Returns the value of attribute auth_token.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#iso_code ⇒ Object
Returns the value of attribute iso_code.
Instance Attribute Details
#auth_token ⇒ Object
Returns the value of attribute auth_token.
5 6 7 |
# File 'lib/experian_address_validation/config.rb', line 5 def auth_token @auth_token end |
#base_url ⇒ Object
Returns the value of attribute base_url.
5 6 7 |
# File 'lib/experian_address_validation/config.rb', line 5 def base_url @base_url end |
#iso_code ⇒ Object
Returns the value of attribute iso_code.
5 6 7 |
# File 'lib/experian_address_validation/config.rb', line 5 def iso_code @iso_code end |