Method: UiBibz::Ui::Ux::Tables::Actions#list
- Defined in:
- lib/ui_bibz/ui/ux/tables/components/actions.rb
#list ⇒ Object
Get all actions
40 41 42 |
# File 'lib/ui_bibz/ui/ux/tables/components/actions.rb', line 40 def list @actions.empty? ? defaults_actions : @actions end |