Class: AddressValidator::Config
- Inherits:
-
Object
- Object
- AddressValidator::Config
- Defined in:
- lib/address_validator/config.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#password ⇒ Object
Returns the value of attribute password.
-
#testing ⇒ Object
Returns the value of attribute testing.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/address_validator/config.rb', line 3 def key @key end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/address_validator/config.rb', line 3 def password @password end |
#testing ⇒ Object
Returns the value of attribute testing.
3 4 5 |
# File 'lib/address_validator/config.rb', line 3 def testing @testing end |
#username ⇒ Object
Returns the value of attribute username.
3 4 5 |
# File 'lib/address_validator/config.rb', line 3 def username @username end |