# File lib/rhc/rest/deployment.rb, line 8
      def activations
        @activations ||=
          attributes['activations'].map{|activation| Activation.new({:created_at => RHC::Helpers.datetime_rfc3339(activation)}, client)}.sort
      end