Method: Metasploit::Model::Search::Operator::Base#name
- Defined in:
- app/models/metasploit/model/search/operator/base.rb
#name ⇒ String
This method is abstract.
subclass and derive operator name from attributes of subclass.
Name of this operator.
47 48 49 |
# File 'app/models/metasploit/model/search/operator/base.rb', line 47 def name raise NotImplementedError end |