Class: ParadeDB::Aggregations::FilteredSpec
- Inherits:
-
Struct
- Object
- Struct
- ParadeDB::Aggregations::FilteredSpec
- Defined in:
- lib/parade_db/aggregations.rb
Instance Attribute Summary collapse
-
#agg_filter ⇒ Object
(also: #filter)
Returns the value of attribute agg_filter.
-
#spec ⇒ Object
Returns the value of attribute spec.
Instance Attribute Details
#agg_filter ⇒ Object Also known as: filter
Returns the value of attribute agg_filter
6 7 8 |
# File 'lib/parade_db/aggregations.rb', line 6 def agg_filter @agg_filter end |
#spec ⇒ Object
Returns the value of attribute spec
6 7 8 |
# File 'lib/parade_db/aggregations.rb', line 6 def spec @spec end |