class Sidekiq::Hierarchy::FailedSet

Public Class Methods

new() click to toggle source
Calls superclass method Sidekiq::Hierarchy::WorkflowSet::new
# File lib/sidekiq/hierarchy/workflow_set.rb, line 131
def initialize
  super 'failed'
end