# File lib/big_record/ar_reflection.rb, line 74
      def initialize(macro, name, options, big_record)
        @macro, @name, @options, @big_record = macro, name, options, big_record
      end