class Sunspot::Query::Restriction::Containing

Public Class Methods

new(negated, field, value) click to toggle source
Calls superclass method
# File lib/sunspot/query/restriction.rb, line 377
def initialize(negated, field, value)
  @operation = 'Contains'
  super
end