class Automate::ChainLinkFailedError

Attributes

defer_list[R]

Public Class Methods

new(defer_list) click to toggle source
Calls superclass method
# File lib/automate/errors.rb, line 5
def initialize(defer_list)
  super
  @defer_list = defer_list
end