# File lib/fog/ecloud/models/compute/row.rb, line 43
        def environment_id
          reload if other_links.nil?
          other_links[:Link][:href].scan(/\d+/)[0]
        end