Class: Opendaylight::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration



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

def initialize
  username = nil
  password = nil
  url = nil
end

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



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

def password
  @password
end

#urlObject

Returns the value of attribute url.



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

def url
  @url
end

#usernameObject

Returns the value of attribute username.



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

def username
  @username
end