module RulesProcessor::OperatorsToSelect
Public Class Methods
base()
click to toggle source
# File lib/rules_processor/operators_to_select.rb, line 4 def self.base [:is, :is_not].freeze end
comparable()
click to toggle source
# File lib/rules_processor/operators_to_select.rb, line 13 def self.comparable [:less_than, :less_than_equal, :greater_than, :greater_than_equal].freeze end
includable()
click to toggle source
# File lib/rules_processor/operators_to_select.rb, line 8 def self.includable [:include, :not_include].freeze end