Class: OctoMerge::Configuration
- Inherits:
-
Object
- Object
- OctoMerge::Configuration
- Defined in:
- lib/octo_merge/configuration.rb
Instance Attribute Summary collapse
-
#login ⇒ Object
Returns the value of attribute login.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#login ⇒ Object
Returns the value of attribute login.
3 4 5 |
# File 'lib/octo_merge/configuration.rb', line 3 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
3 4 5 |
# File 'lib/octo_merge/configuration.rb', line 3 def password @password end |