Class: FIDIUS::EvasionDB::Knowledge::AttackOption
- Inherits:
-
Connection
- Object
- ActiveRecord::Base
- Connection
- FIDIUS::EvasionDB::Knowledge::AttackOption
- 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_name ⇒ Object
7 8 9 |
# File 'lib/evasion-db/knowledge/attack_option.rb', line 7 def self.table_name "attack_options" end |