Class: Flydata::Helper::Action::RestartAgent

Inherits:
AgentAction show all
Defined in:
lib/flydata/helper/action/restart_agent.rb

Constant Summary

Constants inherited from AgentAction

AgentAction::FLYDATA_CMD

Instance Attribute Summary

Attributes inherited from BaseAction

#config

Instance Method Summary collapse

Methods inherited from AgentAction

#execute, #get_tables

Methods inherited from BaseAction

#config_hash, #initialize

Constructor Details

This class inherits a constructor from Flydata::Helper::BaseAction

Instance Method Details

#command(opts = {}) ⇒ Object



7
8
9
# File 'lib/flydata/helper/action/restart_agent.rb', line 7

def command(opts = {})
  "restart --skip-helper -y --auto-create"
end