class DTK::Client::Response::ErrorResponse::Internal

Public Class Methods

new(hash = {}) click to toggle source
Calls superclass method
# File lib/client/response/subclasses.rb, line 55
def initialize(hash = {})
  super({'code' => 'error'}.merge(hash).merge('internal' => true))
end