Sha256: 205a0e70bc891971b41153b5fc8444a5de622621199d148affaedb4a069b2567

Contents?: true

Size: 275 Bytes

Versions: 5

Compression:

Stored size: 275 Bytes

Contents

require 'tamashii/agent/common'
require 'tamashii/agent/handler/base'

module Tamashii
  module Agent
    module Handler
      class System < Base
        def resolve(data)
          @master.send_event(EVENT_SYSTEM_COMMAND, type.to_s)
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tamashii-agent-0.1.11 lib/tamashii/agent/handler/system.rb
tamashii-agent-0.1.10 lib/tamashii/agent/handler/system.rb
tamashii-agent-0.1.9 lib/tamashii/agent/handler/system.rb
tamashii-agent-0.1.8 lib/tamashii/agent/handler/system.rb
tamashii-agent-0.1.7 lib/tamashii/agent/handler/system.rb