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

Version Path
flydata-0.8.10.2 lib/flydata/helper/action/resync.rb
flydata-0.8.10.1 lib/flydata/helper/action/resync.rb
flydata-0.8.9.11 lib/flydata/helper/action/resync.rb
flydata-0.8.10 lib/flydata/helper/action/resync.rb
flydata-0.8.9 lib/flydata/helper/action/resync.rb
flydata-0.8.8 lib/flydata/helper/action/resync.rb
flydata-0.8.7 lib/flydata/helper/action/resync.rb
flydata-0.8.6 lib/flydata/helper/action/resync.rb
flydata-0.8.5 lib/flydata/helper/action/resync.rb
flydata-0.8.4 lib/flydata/helper/action/resync.rb
flydata-0.8.3 lib/flydata/helper/action/resync.rb
flydata-0.8.2 lib/flydata/helper/action/resync.rb
flydata-0.8.1 lib/flydata/helper/action/resync.rb