Class: HierarchicalFacetItem

Inherits:
Struct
  • Object
show all
Defined in:
app/models/hierarchical_facet_item.rb

Instance Attribute Summary collapse

Instance Attribute Details

#hitsObject

Returns the value of attribute hits

Returns:

  • (Object)

    the current value of hits



1
2
3
# File 'app/models/hierarchical_facet_item.rb', line 1

def hits
  @hits
end

#qvalueObject

Returns the value of attribute qvalue

Returns:

  • (Object)

    the current value of qvalue



1
2
3
# File 'app/models/hierarchical_facet_item.rb', line 1

def qvalue
  @qvalue
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



1
2
3
# File 'app/models/hierarchical_facet_item.rb', line 1

def value
  @value
end