class Rundeck::APIFailure

Public Class Methods

new(call, status) click to toggle source
Calls superclass method
# File lib/rundeck-ruby/execution.rb, line 15
def initialize(call, status)
  super("The call to #{call} failed with result #{result}")
end