Class: Esearch::Presenter::Aspect

Inherits:
Esearch::Presenter show all
Defined in:
lib/esearch/presenter/aspect.rb,
lib/esearch/presenter/aspect/term.rb,
lib/esearch/presenter/aspect/range.rb

Overview

Abstract base class of an aspect of a facet

Direct Known Subclasses

Range, Term

Defined Under Namespace

Classes: Range, Term

Instance Method Summary collapse

Instance Method Details

#countFixnum

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Return count of occurences of aspect in facet

Returns:

  • (Fixnum)


15
# File 'lib/esearch/presenter/aspect.rb', line 15

expose_primitive(:count)