Class: Featureflip::Models::Prerequisite
- Inherits:
-
Struct
- Object
- Struct
- Featureflip::Models::Prerequisite
- Defined in:
- lib/featureflip/models/flag.rb
Instance Attribute Summary collapse
-
#expected_variation_key ⇒ Object
Returns the value of attribute expected_variation_key.
-
#prerequisite_flag_key ⇒ Object
Returns the value of attribute prerequisite_flag_key.
Instance Attribute Details
#expected_variation_key ⇒ Object
Returns the value of attribute expected_variation_key
31 32 33 |
# File 'lib/featureflip/models/flag.rb', line 31 def expected_variation_key @expected_variation_key end |
#prerequisite_flag_key ⇒ Object
Returns the value of attribute prerequisite_flag_key
31 32 33 |
# File 'lib/featureflip/models/flag.rb', line 31 def prerequisite_flag_key @prerequisite_flag_key end |