Class: OpenvasCli::VasOverride
- Defined in:
- lib/openvas-cli/vas_override.rb
Overview
NOT IMPLEMENTED
Instance Attribute Summary collapse
-
#is_new ⇒ Object
Returns the value of attribute is_new.
-
#original_threat ⇒ Object
Returns the value of attribute original_threat.
-
#rule_id ⇒ Object
Returns the value of attribute rule_id.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
Attributes inherited from VasBase
Method Summary
Methods inherited from VasBase
#create_or_update, #delete_record, #destroy, #destroy!, get_by_id, #initialize, #new_record?, #reset_changes, #save, #save!, #to_key, #to_param, #update_attributes
Methods included from ConnAddin
Methods included from XmlAddin
Constructor Details
This class inherits a constructor from OpenvasCli::VasBase
Instance Attribute Details
#is_new ⇒ Object
Returns the value of attribute is_new.
6 7 8 |
# File 'lib/openvas-cli/vas_override.rb', line 6 def is_new @is_new end |
#original_threat ⇒ Object
Returns the value of attribute original_threat.
6 7 8 |
# File 'lib/openvas-cli/vas_override.rb', line 6 def original_threat @original_threat end |
#rule_id ⇒ Object
Returns the value of attribute rule_id.
6 7 8 |
# File 'lib/openvas-cli/vas_override.rb', line 6 def rule_id @rule_id end |
#task_id ⇒ Object
Returns the value of attribute task_id.
6 7 8 |
# File 'lib/openvas-cli/vas_override.rb', line 6 def task_id @task_id end |