Class: Sqreen::Actions::ActionsIndex

Inherits:
Object
  • Object
show all
Defined in:
lib/sqreen/actions/actions_index.rb

Overview

documents the operations an actions index should implement

Direct Known Subclasses

IpRangesIndex, UsersIndex

Instance Method Summary collapse

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