class DTK::Network::Client::Response::ErrorResponse::Internal
Public Class Methods
new(hash = {})
click to toggle source
Calls superclass method
# File lib/client/response/response_types.rb, line 35 def initialize(hash = {}) super({'code' => 'error'}.merge(hash).merge('internal' => true)) end