Class: SiteContributionDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- SiteContributionDrop
- Defined in:
- app/drops/site_contribution_drop.rb
Overview
Represents a SiteMemberDrop's contributions to the site, e.g. SiteCommentDrops and ForumPostDrops.
Instance Method Summary collapse
-
#category ⇒ BlogCategoryDrop, ForumCategoryDrop
The category in which the contribution happened.
- #contributor_name ⇒ String
- #contributor_url ⇒ String
- #date ⇒ Object
-
#description ⇒ String
Description of activity when not viewed by the same SiteMemberDrop.
- #icon ⇒ Object
- #name ⇒ Object
- #third_person_description ⇒ Object
- #timestamp ⇒ Date
- #title ⇒ String
-
#type ⇒ String
The type of contribution, one of:
forum_post
,forum_post_comment
,forum_post_reply
,blog_post_comment
,blog_post_comment_reply
. - #url ⇒ Object
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#category ⇒ BlogCategoryDrop, ForumCategoryDrop
The category in which the contribution happened.
#contributor_name ⇒ String
#contributor_url ⇒ String
#date ⇒ Object
#description ⇒ String
Description of activity when not viewed by the same SiteMemberDrop.
#icon ⇒ Object
#name ⇒ Object
#third_person_description ⇒ Object
#timestamp ⇒ Date
#title ⇒ String
#type ⇒ String
The type of contribution, one of: forum_post
, forum_post_comment
, forum_post_reply
, blog_post_comment
, blog_post_comment_reply
.