Class: LeanWeb::Action
- Inherits:
-
Struct
- Object
- Struct
- LeanWeb::Action
- Defined in:
- lib/leanweb/route.rb
Overview
Action for Route#action.
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#controller ⇒ Object
Returns the value of attribute controller.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
14 15 16 |
# File 'lib/leanweb/route.rb', line 14 def action @action end |
#controller ⇒ Object
Returns the value of attribute controller
14 15 16 |
# File 'lib/leanweb/route.rb', line 14 def controller @controller end |