Class: AttrSearchableGrammar::Attributes::WithoutMatches

Inherits:
Base
  • Object
show all
Defined in:
lib/attr_searchable_grammar/attributes.rb

Direct Known Subclasses

Boolean, Datetime, Float

Instance Attribute Summary

Attributes inherited from Base

#attribute, #options

Instance Method Summary collapse

Methods inherited from Base

#compatible?, #fulltext?, #initialize, #map, #method_missing, #respond_to?

Constructor Details

This class inherits a constructor from AttrSearchableGrammar::Attributes::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class AttrSearchableGrammar::Attributes::Base

Instance Method Details

#matches(value) ⇒ Object



136
137
138
# File 'lib/attr_searchable_grammar/attributes.rb', line 136

def matches(value)
  eq value
end