Class: Tamashii::Agent::Handler::RemoteResponse

Inherits:
Base
  • Object
show all
Defined in:
lib/tamashii/agent/handler/remote_response.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Tamashii::Agent::Handler::Base

Instance Method Details

#resolve(data) ⇒ Object



7
8
9
# File 'lib/tamashii/agent/handler/remote_response.rb', line 7

def resolve(data)
  @networking.handle_remote_response(self.type, data)
end