Class: Blacklight::HierarchyHelper::HierarchicalFacetItem

Inherits:
Struct
  • Object
show all
Defined in:
app/helpers/blacklight/hierarchy_helper.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hitsObject

Returns the value of attribute hits

Returns:

  • (Object)

    the current value of hits



58
59
60
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 58

def hits
  @hits
end

#qvalueObject

Returns the value of attribute qvalue

Returns:

  • (Object)

    the current value of qvalue



58
59
60
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 58

def qvalue
  @qvalue
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



58
59
60
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 58

def value
  @value
end