class DTK::Network::Client::Response::NotOk

Public Class Methods

new(data = {}) click to toggle source
Calls superclass method
# File lib/client/response/response_types.rb, line 10
def initialize(data = {})
  super('data'=> data, 'status' => 'notok')
end