Class: Eson::Search::Filtered
- Inherits:
-
Object
- Object
- Eson::Search::Filtered
- Defined in:
- lib/eson/search/filtered.rb
Instance Attribute Summary collapse
-
#type ⇒ Object
Returns the value of attribute type.
Attributes included from Queries
Attributes included from Filters
Instance Method Summary collapse
-
#filtered { ... } ⇒ self
Generates a ‘filtered` query in a query context.
Methods included from Query
Methods included from Queries
#queries?, register, #to_query_hash
Methods included from Filters
#filters?, register, #to_query_hash
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Eson::Search::Query
Instance Attribute Details
#type ⇒ Object
Returns the value of attribute type.
12 13 14 |
# File 'lib/eson/search/filtered.rb', line 12 def type @type end |
Instance Method Details
#filtered { ... } ⇒ self
10 |
# File 'lib/eson/search/filtered.rb', line 10 short_name :filtered |