Method: UiBibz::Ui::Ux::Tables::Actions#initialize
- Defined in:
- lib/ui_bibz/ui/ux/tables/components/actions.rb
#initialize(store) ⇒ Actions
Returns a new instance of Actions.
8 9 10 11 12 |
# File 'lib/ui_bibz/ui/ux/tables/components/actions.rb', line 8 def initialize(store) @store = store @actions = [] @action_order = -1 end |