Sha256: 8a169cc1e7e96bccb95302e99882f6ac43e8edd1c84e8034dfbedb257ca0440f
Contents?: true
Size: 231 Bytes
Versions: 5
Compression:
Stored size: 231 Bytes
Contents
class Ginst::Configuration @adapter = 'mysql' @database = 'ginst' @username = 'root' @password = nil @host = 'localhost' class << self attr_accessor :adapter, :database, :username, :password, :host end end
Version data entries
5 entries across 5 versions & 1 rubygems