Class: Guh::RuleType

Inherits:
Object
  • Object
show all
Defined in:
lib/guh/rule_type.rb

Class Method Summary collapse

Class Method Details

.allObject



3
4
5
# File 'lib/guh/rule_type.rb', line 3

def self.all
  ["EventBasedRule", "StateBasedRule", "MixedRule"]
end