class DTK::Client::Response::NotOk

Public Class Methods

new(data={}) click to toggle source
Calls superclass method
# File lib/domain/response.rb, line 254
def initialize(data={})
  super(nil,{"data"=> data, "status" => "notok"})
end