Class: AddressValidator::Config

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



3
4
5
# File 'lib/address_validator/config.rb', line 3

def key
  @key
end

#passwordObject

Returns the value of attribute password.



3
4
5
# File 'lib/address_validator/config.rb', line 3

def password
  @password
end

#testingObject

Returns the value of attribute testing.



3
4
5
# File 'lib/address_validator/config.rb', line 3

def testing
  @testing
end

#usernameObject

Returns the value of attribute username.



3
4
5
# File 'lib/address_validator/config.rb', line 3

def username
  @username
end