Class: Flok::UserCompilerOn
- Inherits:
-
Object
- Object
- Flok::UserCompilerOn
- Defined in:
- lib/flok/user_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.
77 78 79 |
# File 'lib/flok/user_compiler.rb', line 77 def action_name @action_name end |
#controller_name ⇒ Object
Returns the value of attribute controller_name.
77 78 79 |
# File 'lib/flok/user_compiler.rb', line 77 def controller_name @controller_name end |
#name ⇒ Object
Returns the value of attribute name.
77 78 79 |
# File 'lib/flok/user_compiler.rb', line 77 def name @name end |