require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class StopAgent < AgentAction def command(opts = {}) "stop" end end end end end