module Riveter::Service

Public Instance Methods

perform(command, *args) click to toggle source

override in derived classes

# File lib/riveter/service.rb, line 13
def perform(command, *args)

  #
  # use the given command's attributes to perform the action
  #

  raise NotImplementedError
end