# File lib/fog/hp/models/compute/server.rb, line 36 def initialize(attributes = {}) # assign these attributes first to prevent race condition with persisted? self.security_groups = attributes.delete(:security_groups) self.min_count = attributes.delete(:min_count) self.max_count = attributes.delete(:max_count) super end