Sha256: 5951a7492058c86686a255076c6371d48bca3d4f486e98d1c7c0e3ebd49d066d
Contents?: true
Size: 500 Bytes
Versions: 6
Compression:
Stored size: 500 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
6 entries across 6 versions & 1 rubygems