Class: HierarchicalFacetItem
- Inherits:
-
Struct
- Object
- Struct
- HierarchicalFacetItem
- Defined in:
- app/models/hierarchical_facet_item.rb
Instance Attribute Summary collapse
-
#hits ⇒ Object
Returns the value of attribute hits.
-
#qvalue ⇒ Object
Returns the value of attribute qvalue.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#hits ⇒ Object
Returns the value of attribute hits
1 2 3 |
# File 'app/models/hierarchical_facet_item.rb', line 1 def hits @hits end |
#qvalue ⇒ Object
Returns the value of attribute qvalue
1 2 3 |
# File 'app/models/hierarchical_facet_item.rb', line 1 def qvalue @qvalue end |
#value ⇒ Object
Returns the value of attribute value
1 2 3 |
# File 'app/models/hierarchical_facet_item.rb', line 1 def value @value end |