Class: Featureflip::Models::Segment

Inherits:
Struct
  • Object
show all
Defined in:
lib/featureflip/models/segment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#condition_logicObject

Returns the value of attribute condition_logic

Returns:

  • (Object)

    the current value of condition_logic



3
4
5
# File 'lib/featureflip/models/segment.rb', line 3

def condition_logic
  @condition_logic
end

#conditionsObject

Returns the value of attribute conditions

Returns:

  • (Object)

    the current value of conditions



3
4
5
# File 'lib/featureflip/models/segment.rb', line 3

def conditions
  @conditions
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



3
4
5
# File 'lib/featureflip/models/segment.rb', line 3

def key
  @key
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



3
4
5
# File 'lib/featureflip/models/segment.rb', line 3

def version
  @version
end