Module: Metasploit::Model::Search

Extended by:
ActiveSupport::Concern
Includes:
Association, Attribute, With
Defined in:
lib/metasploit/model/search.rb,
lib/metasploit/model/search/with.rb,
lib/metasploit/model/search/operator.rb,
lib/metasploit/model/search/attribute.rb,
lib/metasploit/model/search/operation.rb,
lib/metasploit/model/search/association.rb,
lib/metasploit/model/search/operator/help.rb

Overview

DSL to define associations and attributes that can be searched. Making an association searchable, will expose the attributes that association's class defined as searchable.

Defined Under Namespace

Modules: Association, Attribute, ClassMethods, Operation, Operator, With Classes: Query