# File lib/fog/compute/ecloud/models/public_ip.rb, line 16 def environment_id other_links[:Link].find { |l| l[:type] == "application/vnd.tmrk.cloud.environment" }[:href].scan(/\d+/)[0] end