Class: Velocify::Config
- Inherits:
-
Object
- Object
- Velocify::Config
- Defined in:
- lib/velocify.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/velocify.rb', line 8 def password @password end |
#username ⇒ Object
Returns the value of attribute username.
8 9 10 |
# File 'lib/velocify.rb', line 8 def username @username end |