# File lib/cloudservers/server.rb, line 24 def initialize(connection,id) @connection = connection @id = id @svrmgmthost = connection.svrmgmthost @svrmgmtpath = connection.svrmgmtpath @svrmgmtport = connection.svrmgmtport @svrmgmtscheme = connection.svrmgmtscheme populate return self end