class Sqreen::Actions::ActionsIndex

documents the operations an actions index should implement

Public Instance Methods

actions_matching(_key) click to toggle source

all actions matching, possibly already expired

# File lib/sqreen/actions/actions_index.rb, line 11
def actions_matching(_key)
  raise 'implement in subclasses'
end
index(_params, _action) click to toggle source
# File lib/sqreen/actions/actions_index.rb, line 15
def index(_params, _action)
  raise 'implement in subclasses'
end