class Guh::Type::StateOperator

Public Class Methods

all() click to toggle source

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

# File lib/guh/type/state_operator.rb, line 9
def self.all
  introspect = Guh::Base.introspect
  introspect['types']['StateOperator']
end