Class: CrudComponents::Presenters::Actions::Item
- Inherits:
-
Struct
- Object
- Struct
- CrudComponents::Presenters::Actions::Item
- Defined in:
- lib/crud_components/presenters/actions.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#action ⇒ Object
Returns the value of attribute action
7 8 9 |
# File 'lib/crud_components/presenters/actions.rb', line 7 def action @action end |
#path ⇒ Object
Returns the value of attribute path
7 8 9 |
# File 'lib/crud_components/presenters/actions.rb', line 7 def path @path end |