Class: Unleash::FeatureToggle::FeatureEvaluationResult
- Inherits:
-
Struct
- Object
- Struct
- Unleash::FeatureToggle::FeatureEvaluationResult
- Defined in:
- lib/unleash/feature_toggle.rb
Instance Attribute Summary collapse
-
#enabled? ⇒ Object
Returns the value of attribute enabled?.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
Instance Attribute Details
#enabled? ⇒ Object
Returns the value of attribute enabled?
12 13 14 |
# File 'lib/unleash/feature_toggle.rb', line 12
def enabled?
@enabled?
end
|
#strategy ⇒ Object
Returns the value of attribute strategy
12 13 14 |
# File 'lib/unleash/feature_toggle.rb', line 12 def strategy @strategy end |