Class: Flok::TransitionCompilerOn
- Inherits:
-
Object
- Object
- Flok::TransitionCompilerOn
- Defined in:
- lib/flok/transition_compiler.rb
Overview
Event handler inside an action
Instance Attribute Summary collapse
-
#action_name ⇒ Object
Returns the value of attribute action_name.
-
#controller_name ⇒ Object
Returns the value of attribute controller_name.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#action_name ⇒ Object
Returns the value of attribute action_name.
61 62 63 |
# File 'lib/flok/transition_compiler.rb', line 61 def action_name @action_name end |
#controller_name ⇒ Object
Returns the value of attribute controller_name.
61 62 63 |
# File 'lib/flok/transition_compiler.rb', line 61 def controller_name @controller_name end |
#name ⇒ Object
Returns the value of attribute name.
61 62 63 |
# File 'lib/flok/transition_compiler.rb', line 61 def name @name end |