class Sunspot::Query::Restriction::Intersecting
Public Class Methods
new(negated, field, value)
click to toggle source
Calls superclass method
# File lib/sunspot/query/restriction.rb, line 384 def initialize(negated, field, value) @operation = 'Intersects' super end