Class: Flok::TransitionCompilerOn

Inherits:
Object
  • Object
show all
Defined in:
lib/flok/transition_compiler.rb

Overview

Event handler inside an action

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameObject

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_nameObject

Returns the value of attribute controller_name.



61
62
63
# File 'lib/flok/transition_compiler.rb', line 61

def controller_name
  @controller_name
end

#nameObject

Returns the value of attribute name.



61
62
63
# File 'lib/flok/transition_compiler.rb', line 61

def name
  @name
end