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