class Megam::API::Errors::ErrorWithResponse

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/megam/api/errors.rb, line 9
def initialize(message, response)
    super message
    @response = response
end