Class: Sqreen::Actions::ActionsIndex
- Inherits:
-
Object
- Object
- Sqreen::Actions::ActionsIndex
- Defined in:
- lib/sqreen/actions/actions_index.rb
Overview
documents the operations an actions index should implement
Direct Known Subclasses
Instance Method Summary collapse
-
#actions_matching(_key) ⇒ Object
all actions matching, possibly already expired.
- #index(_params, _action) ⇒ Object
Instance Method Details
#actions_matching(_key) ⇒ Object
all actions matching, possibly already expired
11 12 13 |
# File 'lib/sqreen/actions/actions_index.rb', line 11 def actions_matching(_key) raise 'implement in subclasses' end |
#index(_params, _action) ⇒ Object
15 16 17 |
# File 'lib/sqreen/actions/actions_index.rb', line 15 def index(_params, _action) raise 'implement in subclasses' end |