# File lib/sax-machine/config/sax_collection.rb, line 6
      def initialize(name, options)
        @name  = name.to_s
        @class = options[:class]
        @as    = options[:as].to_s
        @with  = options.fetch(:with, {})
      end