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