# File lib/fog/ecloud/models/compute/organization.rb, line 14
        def locations
          @locations ||= Fog::Compute::Ecloud::Locations.new( :service => service, :href => href )
        end