class DTK::Client::Response::Error
Public Class Methods
new(hash={})
click to toggle source
Calls superclass method
# File lib/domain/response.rb, line 261 def initialize(hash={}) super(nil,{"errors" => [hash]}) end