Class: Opendaylight::Configuration
- Inherits:
-
Object
- Object
- Opendaylight::Configuration
- Defined in:
- lib/opendaylight.rb
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#url ⇒ Object
Returns the value of attribute url.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
7 8 9 |
# File 'lib/opendaylight.rb', line 7 def password @password end |
#url ⇒ Object
Returns the value of attribute url.
7 8 9 |
# File 'lib/opendaylight.rb', line 7 def url @url end |
#username ⇒ Object
Returns the value of attribute username.
7 8 9 |
# File 'lib/opendaylight.rb', line 7 def username @username end |