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.



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

def opts
  @opts
end

Instance Method Details

#messageObject



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

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