Module: Openvas::Config
Defined Under Namespace
Classes: RequiredOptionMissing
Instance Attribute Summary collapse
-
#password ⇒ Object
Returns the value of attribute password.
-
#socket ⇒ Object
Returns the value of attribute socket.
-
#url ⇒ Object
Returns the value of attribute url.
-
#username ⇒ Object
Returns the value of attribute username.
Instance Attribute Details
#password ⇒ Object
Returns the value of attribute password.
8 9 10 |
# File 'lib/openvas/config.rb', line 8 def password @password end |
#socket ⇒ Object
Returns the value of attribute socket.
8 9 10 |
# File 'lib/openvas/config.rb', line 8 def socket @socket end |
#url ⇒ Object
Returns the value of attribute url.
8 9 10 |
# File 'lib/openvas/config.rb', line 8 def url @url end |
#username ⇒ Object
Returns the value of attribute username.
8 9 10 |
# File 'lib/openvas/config.rb', line 8 def username @username end |