Class: ExperianAddressValidation::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/experian_address_validation/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#auth_tokenObject

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_urlObject

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_codeObject

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