class DTK::Client::Response::ErrorResponse

Public Class Methods

new(hash = {}) click to toggle source
Calls superclass method
# File lib/client/response/subclasses.rb, line 42
def initialize(hash = {})
  super('errors' => [hash])
end