Sha256: b90b14ac08459176338f55a4d400add3a9edadf5c87dcf4803c0f49a0f2b3407
Contents?: true
Size: 251 Bytes
Versions: 9
Compression:
Stored size: 251 Bytes
Contents
require 'tamashii/agent/handler/base' module Tamashii module Agent module Handler class RemoteResponse < Base def resolve(data) @connection.handle_remote_response(self.type, data) end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems