class ACTV::Facet

Attributes

name[R]

Public Instance Methods

terms() click to toggle source
# File lib/actv/facet.rb, line 8
def terms
  @terms ||= Array(@attrs[:terms]).map do |term|
    ACTV::FacetTerm.new(term)
  end
end