Class: Whats::Configuration
- Inherits:
-
Object
- Object
- Whats::Configuration
- Defined in:
- lib/whats/configuration.rb
Instance Attribute Summary collapse
-
#base_path ⇒ Object
Returns the value of attribute base_path.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#base_path ⇒ Object
Returns the value of attribute base_path.
14 15 16 |
# File 'lib/whats/configuration.rb', line 14 def base_path @base_path end |
#password ⇒ Object
Returns the value of attribute password.
14 15 16 |
# File 'lib/whats/configuration.rb', line 14 def password @password end |
#user ⇒ Object
Returns the value of attribute user.
14 15 16 |
# File 'lib/whats/configuration.rb', line 14 def user @user end |