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