Module: SearchDo::Backends::HyperEstraier::EstraierPureExtention::Condition
- Defined in:
- lib/search_do/backends/hyper_estraier/estraier_pure_extention.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
29 30 31 |
# File 'lib/search_do/backends/hyper_estraier/estraier_pure_extention.rb', line 29 def to_s "phrase: %s, attrs: %s, max: %s, options: %s, order: %s, skip: %s" % [ phrase, attrs * ', ', max, , order, skip ] end |