# File lib/foreman_maintain/error.rb, line 10 def initialize(step_labels) @step_labels = step_labels end
# File lib/foreman_maintain/error.rb, line 14 def message "multiple metadata detected instead of 1. \n before [#{@step_labels.join(', ')}]\n" end