Class: Tamashii::Agent::Handler::System

Inherits:
Base
  • Object
show all
Defined in:
lib/tamashii/agent/handler/system.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



8
9
10
# File 'lib/tamashii/agent/handler/system.rb', line 8

def resolve(data)
  @master.send_event(Event.new(Event::SYSTEM_COMMAND, type.to_s))
end