Class: LaunchDarkly::Integrations::TestData::FlagBuilder::FlagRuleBuilder::FlagRuleClause
- Inherits:
-
Struct
- Object
- Struct
- LaunchDarkly::Integrations::TestData::FlagBuilder::FlagRuleBuilder::FlagRuleClause
- Defined in:
- lib/ldclient-rb/integrations/test_data/flag_builder.rb
Overview
Instance Attribute Summary collapse
-
#attribute ⇒ Object
Returns the value of attribute attribute.
-
#contextKind ⇒ Object
Returns the value of attribute contextKind.
-
#negate ⇒ Object
Returns the value of attribute negate.
-
#op ⇒ Object
Returns the value of attribute op.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#attribute ⇒ Object
Returns the value of attribute attribute
490 491 492 |
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490 def attribute @attribute end |
#contextKind ⇒ Object
Returns the value of attribute contextKind
490 491 492 |
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490 def contextKind @contextKind end |
#negate ⇒ Object
Returns the value of attribute negate
490 491 492 |
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490 def negate @negate end |
#op ⇒ Object
Returns the value of attribute op
490 491 492 |
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490 def op @op end |
#values ⇒ Object
Returns the value of attribute values
490 491 492 |
# File 'lib/ldclient-rb/integrations/test_data/flag_builder.rb', line 490 def values @values end |