Sha256: 160cd74375890ba2bc23517717f4f137d9146bd642db0c89bc2c26856d88e091
Contents?: true
Size: 553 Bytes
Versions: 50
Compression:
Stored size: 553 Bytes
Contents
require 'sfn' module Sfn class Config # Export command configuration class Export < 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
50 entries across 50 versions & 1 rubygems