Class: PlanFeatureDrop

Inherits:
Liquid::Simplero::Drop show all
Includes:
SimpleroPlanDropConcerns
Defined in:
app/drops/plan_feature_drop.rb

Overview

Represents a feature with in a Simplero plan

Instance Method Summary collapse

Methods inherited from Liquid::Simplero::Drop

#dom_id

Instance Method Details

#beta?Boolean

Is this feature associated with a beta plan

Returns:

  • (Boolean)

#core?Boolean

Is this feature included in all (featured) plans?

Returns:

  • (Boolean)

#descriptionString

Returns:

  • (String)

#nameString

Returns:

  • (String)

#name_downcasedString

Returns the downcased name of the feature

Returns:

  • (String)

#typeString

Returns one of 'storage', 'checkmark' or 'number'

Returns:

  • (String)

#valueBoolean

Returns:

  • (Boolean)

#visible_on_signup_offer?Boolean

Returns:

  • (Boolean)