Sha256: 9a65453b6c6011106df022f0f52a5c700012c047915b914e3ebf1e15e3cc8aed

Contents?: true

Size: 235 Bytes

Versions: 59

Compression:

Stored size: 235 Bytes

Contents

require 'flydata/helper/action/agent_action'

module Flydata
  module Helper
    module Action
      class RestartAgent <  AgentAction
        def command
          "restart --skip-helper"
        end
      end
    end
  end
end      

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
flydata-0.7.19 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.18 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.17 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.16 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.15 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.14 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.13 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.12 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.11 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.10 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.9 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.8 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.7 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.6 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.5 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.4 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.2.1 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.2 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.1 lib/flydata/helper/action/restart_agent.rb
flydata-0.7.0 lib/flydata/helper/action/restart_agent.rb