Class: BlogCategoryDrop

Inherits:
Liquid::Simplero::Drop show all
Includes:
NotificationSettingProvidingDropConcern
Defined in:
app/drops/blog_category_drop.rb

Overview

BlogCategoryDrop represents a category for BlogPostDrops. It is available as the top-level blog_category on the product category page or by access through BlogPostDrop.

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#active?Boolean

Returns:

  • (Boolean)

#blog_postsCollectionDrop

Returns all published BlogPostDrops for the blog category.

Returns:

#idInteger

Returns:

  • (Integer)

#labelString

Returns:

  • (String)

#notification_settingNotificationSettingDrop

#posts_countInteger

Returns:

  • (Integer)

#urlString

Returns:

  • (String)