Class: Metasploit::Model::Search::Operation::Integer

Inherits:
Base
  • Object
show all
Includes:
Value::Integer
Defined in:
app/models/metasploit/model/search/operation/integer.rb

Overview

Search operation with Base#operator with #type :integer. Validates that value is an integer.

Instance Attribute Summary

Attributes included from Value::Integer

#value_before_type_cast

Attributes inherited from Base

#operator, #value

Method Summary

Methods included from Value::Integer

#value=

Methods inherited from Base

#operator_valid

Methods inherited from Base

#initialize, #valid!

Constructor Details

This class inherits a constructor from Metasploit::Model::Base