class Mongoid::FTS::Raw

Attributes

_limit[RW]
_models[RW]
_text[RW]

Public Class Methods

new(_searches, options = {}) click to toggle source
# File lib/mongoid-fts/raw.rb, line 9
def initialize(_searches, options = {})
  replace(_searches)
ensure
  options.each{|k, v| send("#{ k }=", v)}
end