Sha256: 6e986bbde4c7a4228467a6fe1a676733729c8655fa44aacd83d25251d49aee3b
Contents?: true
Size: 505 Bytes
Versions: 5
Compression:
Stored size: 505 Bytes
Contents
require 'sfn' module Sfn class Config # Import command configuration class Import < Bogo::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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sfn-0.3.8 | lib/sfn/config/import.rb |
sfn-0.3.6 | lib/sfn/config/import.rb |
sfn-0.3.4 | lib/sfn/config/import.rb |
sfn-0.3.2 | lib/sfn/config/import.rb |
sfn-0.3.0 | lib/sfn/config/import.rb |