Class: PricingFeatures::Feature
- Inherits:
-
Object
- Object
- PricingFeatures::Feature
- Includes:
- ActiveModel::Model
- Defined in:
- lib/plan_features/feature.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#description ⇒ Object
Returns the value of attribute description.
-
#hidden ⇒ Object
(also: #hidden?)
Returns the value of attribute hidden.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
5 6 7 |
# File 'lib/plan_features/feature.rb', line 5 def amount @amount end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/plan_features/feature.rb', line 5 def description @description end |
#hidden ⇒ Object Also known as:
Returns the value of attribute hidden.
5 6 7 |
# File 'lib/plan_features/feature.rb', line 5 def hidden @hidden end |