class ClientApiBuilder::UnexpectedResponse

Attributes

response[R]

Public Class Methods

new(msg, response) click to toggle source
Calls superclass method
# File lib/client-api-builder.rb, line 8
def initialize(msg, response)
  super(msg)
  @response = response
end