Class: Blacklight::HierarchyHelper::HierarchicalFacetItem
- Inherits:
-
Struct
- Object
- Struct
- Blacklight::HierarchyHelper::HierarchicalFacetItem
- Defined in:
- app/helpers/blacklight/hierarchy_helper.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
62 63 64 |
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62 def hits @hits end |
#qvalue ⇒ Object
Returns the value of attribute qvalue
62 63 64 |
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62 def qvalue @qvalue end |
#value ⇒ Object
Returns the value of attribute value
62 63 64 |
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62 def value @value end |