Class: Schaltroom::Feature

Inherits:
Object
  • Object
show all
Defined in:
lib/schaltroom/feature.rb

Overview

configuration class for Schaltroom

Instance Method Summary collapse

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