Class: SearchCopGrammar::Attributes::WithoutMatches
- Defined in:
- lib/search_cop_grammar/attributes.rb
Instance Attribute Summary
Attributes inherited from Base
#attribute, #column_name, #field_names, #options, #table_alias
Instance Method Summary collapse
Methods inherited from Base
#compatible?, #fulltext?, #initialize, #map, #method_missing, #respond_to_missing?
Constructor Details
This class inherits a constructor from SearchCopGrammar::Attributes::Base
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class SearchCopGrammar::Attributes::Base
Instance Method Details
#matches(value) ⇒ Object
189 190 191 |
# File 'lib/search_cop_grammar/attributes.rb', line 189 def matches(value) eq value end |