Sha256: 93d3beefcb6ddc6d1dcb20387c401906fdb0d642c5daf360dc2b5cfa6331e2d7
Contents?: true
Size: 499 Bytes
Versions: 50
Compression:
Stored size: 499 Bytes
Contents
require 'sfn' module Sfn class Config # Import command configuration class Import < Config attribute( :path, String, :description => 'Directory path JSON export files are located' ) attribute( :bucket, String, :description => 'Remote storage bucket JSON export files are located' ) 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