Class: PlanFeatureDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- PlanFeatureDrop
- Includes:
- SimpleroPlanDropConcerns
- Defined in:
- app/drops/plan_feature_drop.rb
Overview
Represents a feature with in a Simplero plan
Instance Method Summary collapse
-
#beta? ⇒ Boolean
Is this feature associated with a beta plan.
-
#core? ⇒ Boolean
Is this feature included in all (featured) plans?.
- #description ⇒ String
- #name ⇒ String
-
#name_downcased ⇒ String
Returns the downcased name of the feature.
-
#type ⇒ String
Returns one of 'storage', 'checkmark' or 'number'.
- #value ⇒ Boolean
- #visible_on_signup_offer? ⇒ Boolean
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#beta? ⇒ Boolean
Is this feature associated with a beta plan
#core? ⇒ Boolean
Is this feature included in all (featured) plans?
#description ⇒ String
#name ⇒ String
#name_downcased ⇒ String
Returns the downcased name of the feature
#type ⇒ String
Returns one of 'storage', 'checkmark' or 'number'