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

Version Path
tamashii-agent-0.3.0 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.8 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.7 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.6 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.5 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.4 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.3 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.1 lib/tamashii/agent/handler/remote_response.rb
tamashii-agent-0.2.0 lib/tamashii/agent/handler/remote_response.rb