class DTK::Client::Response::NotOk

Public Class Methods

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