Class: FIDIUS::EvasionDB::Knowledge::AttackOption

Inherits:
Connection
  • Object
show all
Defined in:
lib/evasion-db/knowledge/attack_option.rb

Overview

every AttackModule can have multiple options these are key value pairs which are represented by this class

Class Method Summary collapse

Class Method Details

.table_nameObject



7
8
9
# File 'lib/evasion-db/knowledge/attack_option.rb', line 7

def self.table_name
  "attack_options"
end