Sha256: 96d00c5913f8d25ccc5317c3063a56116b64e0a70436daa492993b41b13d6a98
Contents?: true
Size: 137 Bytes
Versions: 2
Compression:
Stored size: 137 Bytes
Contents
require 'singleton' class ConfigInfo include Singleton attr :username, true attr :password, true attr :working_dir, true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shagit-0.3.1 | lib/config_info.rb |
shagit-0.3.0 | lib/config_info.rb |