Class: Opendaylight::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/opendaylight.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#passwordObject

Returns the value of attribute password.



6
7
8
# File 'lib/opendaylight.rb', line 6

def password
  @password
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/opendaylight.rb', line 6

def url
  @url
end

#usernameObject

Returns the value of attribute username.



6
7
8
# File 'lib/opendaylight.rb', line 6

def username
  @username
end