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