class DTK::Network::Client::Response::ErrorResponse

Public Class Methods

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