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