# File lib/fog/ecloud/models/compute/network.rb, line 34 def environment reload if other_links.nil? environment_href = other_links.detect { |l| l[:type] == "application/vnd.tmrk.cloud.environment" }[:href] self.service.environments.get(environment_href) end