Module: Lims::Core::Actions

Defined in:
lib/lims-core/actions.rb,
lib/lims-core/actions/action.rb,
lib/lims-core/actions/bulk_action.rb,
lib/lims-core/actions/action_group.rb,
spec/actions/action_group_spec.rb

Overview

Actions are high level end user groups of elementary steps that a user can perform on things . They can be seen as use-case, scenario and will probably each correspond to one call in the API.

Defined Under Namespace

Modules: Action, ActionGroup, BulkAction, TestActionGroup