# File lib/fog/go_grid/models/compute/server.rb, line 47 def reload requires :name begin if data = collection.get(name) new_attributes = data.attributes merge_attributes(new_attributes) self end rescue Excon::Errors::BadRequest false end end