class AndSon::RequestError

Attributes

response[R]

Public Class Methods

new(protocol_response) click to toggle source
Calls superclass method
# File lib/and-son/response.rb, line 45
def initialize(protocol_response)
  super(protocol_response.status.message)
  @response = protocol_response
end