# File lib/fog/ecloud/models/compute/organization.rb, line 18
        def environments 
          @environments ||= Fog::Compute::Ecloud::Environments.new(:connection => connection, :href => href)
        end