Class: PricingFeatures::Feature

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/plan_features/feature.rb

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



5
6
7
# File 'lib/plan_features/feature.rb', line 5

def amount
  @amount
end

#descriptionObject

Returns the value of attribute description.



5
6
7
# File 'lib/plan_features/feature.rb', line 5

def description
  @description
end

#hiddenObject Also known as: hidden?

Returns the value of attribute hidden.



5
6
7
# File 'lib/plan_features/feature.rb', line 5

def hidden
  @hidden
end