# File lib/thinking_sphinx/active_record/property_query.rb, line 4
  def initialize(property, source, type = nil)
    @property, @source, @type = property, source, type
  end