Module: Openvas::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/openvas/config.rb

Defined Under Namespace

Classes: RequiredOptionMissing

Instance Attribute Summary collapse

Instance Attribute Details

#passwordObject

Returns the value of attribute password.



8
9
10
# File 'lib/openvas/config.rb', line 8

def password
  @password
end

#socketObject

Returns the value of attribute socket.



8
9
10
# File 'lib/openvas/config.rb', line 8

def socket
  @socket
end

#urlObject

Returns the value of attribute url.



8
9
10
# File 'lib/openvas/config.rb', line 8

def url
  @url
end

#usernameObject

Returns the value of attribute username.



8
9
10
# File 'lib/openvas/config.rb', line 8

def username
  @username
end