Class: ProductCategoryDrop

Inherits:
Liquid::Simplero::Drop show all
Defined in:
app/drops/product_category_drop.rb

Overview

ProductCategoryDrop represents a ProductDrop's category. It is available as the top-level product_category on the product category page or by access through a ProductDrop.

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)

#idInteger

Returns:

  • (Integer)

#labelString

Returns:

  • (String)

#productsArray<ProductDrop>

Returns:

#products_countInteger

Returns:

  • (Integer)

#urlString

Returns:

  • (String)