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

#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

#identifierObject

Returns the value of attribute identifier.



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

def identifier
  @identifier
end

#limitObject

Returns the value of attribute limit.



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

def limit
  @limit
end