Class: Flydata::Helper::Action::Clear
- Inherits:
-
AgentAction
- Object
- BaseAction
- AgentAction
- Flydata::Helper::Action::Clear
- Defined in:
- lib/flydata/helper/action/clear.rb
Constant Summary
Constants inherited from AgentAction
Instance Attribute Summary
Attributes inherited from BaseAction
Instance Method Summary collapse
Methods inherited from AgentAction
Methods inherited from BaseAction
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/clear.rb', line 7 def command(opts = {}) "sync:clear -y" end |