Class: VerifierConstants

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-common/common/VerifierConstants.rb

Constant Summary collapse

RESULTS =
{
  0 => "ok",
  3 => "junk",
  6 => "proxy",
  9 => "bot"
}.freeze