Class: Sunspot::Search::QueryFacet::RequestedFacet
- Inherits:
-
Struct
- Object
- Struct
- Sunspot::Search::QueryFacet::RequestedFacet
- Defined in:
- sunspot/lib/sunspot/search/query_facet.rb
Overview
:nodoc:
Instance Attribute Summary (collapse)
-
- (Object) boolean_phrase
Returns the value of attribute boolean_phrase.
-
- (Object) label
Returns the value of attribute label.
Instance Attribute Details
- (Object) boolean_phrase
Returns the value of attribute boolean_phrase
4 5 6 |
# File 'sunspot/lib/sunspot/search/query_facet.rb', line 4 def boolean_phrase @boolean_phrase end |
- (Object) label
Returns the value of attribute label
4 5 6 |
# File 'sunspot/lib/sunspot/search/query_facet.rb', line 4 def label @label end |