Method: Scrivito::ObjFacetValue#count

Defined in:
app/cms/scrivito/obj_facet_value.rb

#countInteger (readonly)

Total number of Objs available that have this value.

Note that this refers to all Objs, not just the Objs included in this search. Also note that the count is approximate.

Returns:

  • (Integer)


30
31
32
# File 'app/cms/scrivito/obj_facet_value.rb', line 30

def count
  @count
end