Sha256: e02df285246db5fa4b6989cb0591f7df7aada49d3b99701e1b04c1ed123a9d5c

Contents?: true

Size: 559 Bytes

Versions: 5

Compression:

Stored size: 559 Bytes

Contents

require 'sfn'

module Sfn
  class Config

    # Export command configuration
    class Export < Bogo::Config

      attribute(
        :name, String,
        :description => 'Export file base name'
      )
      attribute(
        :path, String,
        :description => 'Local path prefix for dump file'
      )
      attribute(
        :bucket, String,
        :description => 'Remote storage bucket'
      )
      attribute(
        :bucket_prefix, String,
        :description => 'Remote key prefix within bucket for dump file'
      )

    end

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sfn-0.3.8 lib/sfn/config/export.rb
sfn-0.3.6 lib/sfn/config/export.rb
sfn-0.3.4 lib/sfn/config/export.rb
sfn-0.3.2 lib/sfn/config/export.rb
sfn-0.3.0 lib/sfn/config/export.rb