Class: Hackle::Decision::ForcedAllocated
- Inherits:
-
Hackle::Decision
- Object
- Hackle::Decision
- Hackle::Decision::ForcedAllocated
- Defined in:
- lib/hackle/decision/decider.rb
Instance Attribute Summary collapse
- #variation_key ⇒ String readonly
Instance Method Summary collapse
-
#initialize(variation_key:) ⇒ ForcedAllocated
constructor
A new instance of ForcedAllocated.
Constructor Details
#initialize(variation_key:) ⇒ ForcedAllocated
Returns a new instance of ForcedAllocated.
14 15 16 |
# File 'lib/hackle/decision/decider.rb', line 14 def initialize(variation_key:) @variation_key = variation_key end |
Instance Attribute Details
#variation_key ⇒ String (readonly)
11 12 13 |
# File 'lib/hackle/decision/decider.rb', line 11 def variation_key @variation_key end |