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



62
63
64
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62

def hits
  @hits
end

#qvalueObject

Returns the value of attribute qvalue

Returns:

  • (Object)

    the current value of qvalue



62
63
64
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62

def qvalue
  @qvalue
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



62
63
64
# File 'app/helpers/blacklight/hierarchy_helper.rb', line 62

def value
  @value
end