Class: Guh::Type::StateOperator

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

Class Method Summary collapse

Class Method Details

.allObject

Returns a list of state operators that may be used for the creation of state based rules



9
10
11
12
# File 'lib/guh/type/state_operator.rb', line 9

def self.all
  introspect = Guh::Base.introspect
  introspect['types']['StateOperator']
end