# File lib/fog/xenserver/models/compute/server.rb, line 81 def set_attribute(name, *val) data = connection.set_attribute( 'VM', reference, name, *val ) # Do not reload automatically for performance reasons # We can set multiple attributes at the same time and # then reload manually #reload end