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