class HasOffersV3::ResponseError

Attributes

response[R]

Public Class Methods

new(message, response) click to toggle source
Calls superclass method
# File lib/hasoffersv3/error.rb, line 11
def initialize(message, response)
  super(message)
  @response = response
end