class Threatinator::Action

Attributes

registry[R]

Public Class Methods

new(registry) click to toggle source
# File lib/threatinator/action.rb, line 4
def initialize(registry)
  @registry = registry
end

Public Instance Methods

exec() click to toggle source
# File lib/threatinator/action.rb, line 8
def exec
  #:nocov:
  raise NotImplementedError.new
  #:nocov:
end