class DTK::Network::Client::Response::Ok

Public Class Methods

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