# File lib/fog/compute/ecloud/models/association.rb, line 12 def delete data = service.rnat_associations_delete(href).body task = Fog::Compute::Ecloud::Tasks.new(:service => service, :href => href)[0] end