Class: LaunchDarkly::Integrations::TestData::FlagBuilder::FlagRuleBuilder::FlagRuleClause

Inherits:
Struct
  • Object
show all
Defined in:
lib/ldclient-rb/integrations/test_data/flag_builder.rb

Overview

Since:

  • 6.3.0

Instance Attribute Summary collapse

Instance Attribute Details

#attributeObject

Returns the value of attribute attribute

Returns:

  • (Object)

    the current value of attribute



490
491
492
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490

def attribute
  @attribute
end

#contextKindObject

Returns the value of attribute contextKind

Returns:

  • (Object)

    the current value of contextKind



490
491
492
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490

def contextKind
  @contextKind
end

#negateObject

Returns the value of attribute negate

Returns:

  • (Object)

    the current value of negate



490
491
492
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490

def negate
  @negate
end

#opObject

Returns the value of attribute op

Returns:

  • (Object)

    the current value of op



490
491
492
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490

def op
  @op
end

#valuesObject

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



490
491
492
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490

def values
  @values
end