# File lib/clouddb/flavor.rb, line 10 def initialize(connection,id) @connection = connection @id = id @dbmgmthost = connection.dbmgmthost @dbmgmtpath = connection.dbmgmtpath @dbmgmtport = connection.dbmgmtport @dbmgmtscheme = connection.dbmgmtscheme populate return self end