class DTK::Client::Response::Ok

Public Class Methods

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