Class: Wongi::Engine::Action

Inherits:
Object
  • Object
show all
Includes:
CoreExt
Defined in:
lib/wongi-engine/dsl/action.rb

Instance Attribute Summary collapse

Method Summary

Methods included from CoreExt

included

Instance Attribute Details

#nameObject

Returns the value of attribute name.



8
9
10
# File 'lib/wongi-engine/dsl/action.rb', line 8

def name
  @name
end

#productionObject

Returns the value of attribute production.



6
7
8
# File 'lib/wongi-engine/dsl/action.rb', line 6

def production
  @production
end

#reteObject

Returns the value of attribute rete.



9
10
11
# File 'lib/wongi-engine/dsl/action.rb', line 9

def rete
  @rete
end

#ruleObject

Returns the value of attribute rule.



7
8
9
# File 'lib/wongi-engine/dsl/action.rb', line 7

def rule
  @rule
end