Class: OpenvasCli::VasOverride

Inherits:
VasBase
  • Object
show all
Defined in:
lib/openvas-cli/vas_override.rb

Overview

NOT IMPLEMENTED

Instance Attribute Summary collapse

Attributes inherited from VasBase

#id

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

included

Methods included from XmlAddin

included

Constructor Details

This class inherits a constructor from OpenvasCli::VasBase

Instance Attribute Details

#is_newObject

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_threatObject

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_idObject

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_idObject

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