# File lib/fog/ecloud/models/compute/internet_service.rb, line 29 def save if new_record? result = connection.internet_service_create( collection.href, _compose_service_data ) merge_attributes(result.body) else connection.configure_internet_service( href, _compose_service_data, _compose_ip_data ) end end