Class: MatchOperator

Inherits:
String
  • Object
show all
Defined in:
lib/stub/default.rb

Overview

urn:wsurn:ws.rsysurn:ws.rsys.comMatchOperator

Constant Summary collapse

AND =
MatchOperator.new("AND")
NONE =
MatchOperator.new("NONE")
OR =
MatchOperator.new("OR")