Class: Schaltroom::Feature
- Inherits:
-
Object
- Object
- Schaltroom::Feature
- Defined in:
- lib/schaltroom/feature.rb
Overview
configuration class for Schaltroom
Instance Method Summary collapse
-
#initialize(feature) ⇒ Feature
constructor
A new instance of Feature.
Constructor Details
#initialize(feature) ⇒ Feature
Returns a new instance of Feature.
6 7 8 |
# File 'lib/schaltroom/feature.rb', line 6 def initialize(feature) @value = feature[:value] end |