# File lib/fog/volume/openstack/models/volume_type.rb, line 18 def update requires :id response = service.update_volume_type(id, attributes) merge_attributes(response.body['volume_type']) self end