class PDC::ResponseError
Attributes
response[R]
Public Class Methods
new(args = {})
click to toggle source
# File lib/pdc/http/errors.rb, line 12 def initialize(args = {}) @response = args[:response] @args = args end