# File lib/fog/clodo/models/compute/server.rb, line 45 def initialize(attributes={}) self.image_id ||= attributes[:vps_os] ? attributes[:vps_os] : 666 super attributes end