Methods

Heroku::API::Errors::ErrorWithResponse

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
# File lib/heroku/api/errors.rb, line 9
def initialize(message, response)
  message = message << "\nbody: #{response.body.inspect}"
  super message
  @response = response
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.