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