Class: Nursys::Configuration
- Inherits:
-
Object
- Object
- Nursys::Configuration
- Defined in:
- lib/nursys/configuration.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#user_name ⇒ Object
Returns the value of attribute user_name.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
6 7 |
# File 'lib/nursys/configuration.rb', line 6 def initialize end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/nursys/configuration.rb', line 3 def password @password end |
#user_name ⇒ Object
Returns the value of attribute user_name.
3 4 5 |
# File 'lib/nursys/configuration.rb', line 3 def user_name @user_name end |