class Rubydora::PerformedSoftDelete
Attributes
options[R]
Public Class Methods
new(method_name, pid, options)
click to toggle source
Calls superclass method
# File lib/generators/curate/soft_delete/active_fedora_soft_delete_monkey_patch.rb, line 10 def initialize(method_name, pid, options) @options = options super("Performed soft delete on '#{pid}' via '#{method_name}'") end