Sha256: 10212727dd803cbaf8101bc0d882b549b07df6a7a9c37857dbba56018e53a52f
Contents?: true
Size: 279 Bytes
Versions: 13
Compression:
Stored size: 279 Bytes
Contents
require 'flydata/helper/action/agent_action' module Flydata module Helper module Action class Resync < AgentAction def command(opts = {}) arg = get_tables(opts) "sync:resync -y --force %s" % [arg] end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems