class Podnix::API::Errors::ErrorWithResponse
Attributes
response[R]
Public Class Methods
new(message, response)
click to toggle source
Calls superclass method
# File lib/podnix/api/errors.rb, line 9 def initialize(message, response) super message @response = response end