Class: Wongi::Engine::DSL::Action::Base

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

Instance Attribute Summary collapse

Method Summary

Methods included from CoreExt

included

Instance Attribute Details

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#productionObject

Returns the value of attribute production.



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

def production
  @production
end

#reteObject

Returns the value of attribute rete.



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

def rete
  @rete
end

#ruleObject

Returns the value of attribute rule.



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

def rule
  @rule
end