# File lib/fog/ecloud/models/compute/environment.rb, line 80
        def rnats
          @rnats ||= Fog::Compute::Ecloud::Rnats.new(:connection => connection, :href => "/cloudapi/ecloud/rnats/environments/#{id}")
        end