Sha256: a98f9e9ea7436beb760b8234b6a1f4a15104eb4c51472682c8b9ae737d6cf73a
Contents?: true
Size: 434 Bytes
Versions: 18
Compression:
Stored size: 434 Bytes
Contents
# Search operation with {Metasploit::Model::Search::Operation::Base#operator} with `#type` `:integer`. Validates that # value is an integer. class Metasploit::Model::Search::Operation::Integer < Metasploit::Model::Search::Operation::Base include Metasploit::Model::Search::Operation::Integer::Value # # Validations # validates :value, :numericality => { :only_integer => true } end
Version data entries
18 entries across 18 versions & 1 rubygems