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