class ProbeDockRSpec::Server::Error

Attributes

response[R]

Public Class Methods

new(msg, response = nil) click to toggle source
Calls superclass method
# File lib/probe_dock_rspec/server.rb, line 12
def initialize msg, response = nil
  super msg
  @response = response
end