Class: Featureflip::Models::WeightedVariation
- Inherits:
-
Struct
- Object
- Struct
- Featureflip::Models::WeightedVariation
- Defined in:
- lib/featureflip/models/flag.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key
5 6 7 |
# File 'lib/featureflip/models/flag.rb', line 5 def key @key end |
#weight ⇒ Object
Returns the value of attribute weight
5 6 7 |
# File 'lib/featureflip/models/flag.rb', line 5 def weight @weight end |