Class: Flydata::Helper::Action::Reset
- Inherits:
-
AgentAction
- Object
- BaseAction
- AgentAction
- Flydata::Helper::Action::Reset
- Defined in:
- lib/flydata/helper/action/reset.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 10 |
# File 'lib/flydata/helper/action/reset.rb', line 7 def command(opts = {}) arg = get_tables(opts) "sync:reset -y --force --include-unregistered %s" % [arg] end |