Sha256: 1ce8a0da7c7004ade2c0810b369abab79010c92bef09b0696b14577157dd3195

Contents?: true

Size: 251 Bytes

Versions: 4

Compression:

Stored size: 251 Bytes

Contents

require 'tamashii/agent/handler/base'

module Tamashii
  module Agent
    module Handler
      class RemoteResponse < Base
        def resolve(data)
          @networking.handle_remote_response(self.type, data)
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tamashii-agent-0.4.0 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.3.4 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.3.3 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.3.1 lib/tamashii/agent/handler/remote_response.rb