# File lib/rhc/rest/cartridge.rb, line 88
      def scaling
        {
          :current_scale => current_scale,
          :scales_from => scales_from,
          :scales_to => scales_to,
          :gear_profile => gear_profile,
        } if scalable?
      end