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 Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
6 7 8 9 10 |
# File 'lib/opendaylight.rb', line 6 def initialize username = nil password = nil url = nil end |
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
5 6 7 |
# File 'lib/opendaylight.rb', line 5 def password @password end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/opendaylight.rb', line 5 def url @url end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/opendaylight.rb', line 5 def username @username end |