Exception: ModelSet::SphinxQuery::SphinxError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/model_set/sphinx_query.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#optsObject

Returns the value of attribute opts.



134
135
136
# File 'lib/model_set/sphinx_query.rb', line 134

def opts
  @opts
end

Instance Method Details

#messageObject



135
136
137
# File 'lib/model_set/sphinx_query.rb', line 135

def message
  "#{super}: #{opts.inspect}"
end