Class: PackAPI::Querying::AbstractFilter
- Inherits:
-
Object
- Object
- PackAPI::Querying::AbstractFilter
- Defined in:
- lib/pack_api/querying/abstract_filter.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#apply_to(query) ⇒ Object
Applies the filter to the given query.
- #present? ⇒ Boolean
Instance Method Details
#apply_to(query) ⇒ Object
Applies the filter to the given query.
12 13 |
# File 'lib/pack_api/querying/abstract_filter.rb', line 12 def apply_to(query) end |
#present? ⇒ Boolean
5 6 7 |
# File 'lib/pack_api/querying/abstract_filter.rb', line 5 def present? false end |