Method: Sunspot::FacetData::Abstract#reference

Defined in:
lib/sunspot/facet_data.rb

#referenceObject

The class that the field references, if any.



19
20
21
# File 'lib/sunspot/facet_data.rb', line 19

def reference
  @field.reference if @field
end