Class: FeatureHub::Sdk::RolloutStrategyCondition
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::RolloutStrategyCondition
- Defined in:
- sig/feature_hub/featurehub.rbs
Instance Method Summary collapse
- #ends_with? ⇒ Boolean
- #equals? ⇒ Boolean
- #excludes? ⇒ Boolean
- #greater? ⇒ Boolean
- #greater_equals? ⇒ Boolean
- #includes? ⇒ Boolean
- #less? ⇒ Boolean
- #less_equals? ⇒ Boolean
- #not_equals? ⇒ Boolean
- #regex? ⇒ Boolean
- #starts_with? ⇒ Boolean
Instance Method Details
#ends_with? ⇒ Boolean
339 |
# File 'sig/feature_hub/featurehub.rbs', line 339 def ends_with?: -> bool |
#equals? ⇒ Boolean
337 |
# File 'sig/feature_hub/featurehub.rbs', line 337 def equals?: -> bool |
#excludes? ⇒ Boolean
355 |
# File 'sig/feature_hub/featurehub.rbs', line 355 def excludes?: -> bool |
#greater? ⇒ Boolean
343 |
# File 'sig/feature_hub/featurehub.rbs', line 343 def greater?: -> bool |
#greater_equals? ⇒ Boolean
345 |
# File 'sig/feature_hub/featurehub.rbs', line 345 def greater_equals?: -> bool |
#includes? ⇒ Boolean
353 |
# File 'sig/feature_hub/featurehub.rbs', line 353 def includes?: -> bool |
#less? ⇒ Boolean
347 |
# File 'sig/feature_hub/featurehub.rbs', line 347 def less?: -> bool |
#less_equals? ⇒ Boolean
349 |
# File 'sig/feature_hub/featurehub.rbs', line 349 def less_equals?: -> bool |
#not_equals? ⇒ Boolean
351 |
# File 'sig/feature_hub/featurehub.rbs', line 351 def not_equals?: -> bool |
#regex? ⇒ Boolean
357 |
# File 'sig/feature_hub/featurehub.rbs', line 357 def regex?: -> bool |
#starts_with? ⇒ Boolean
341 |
# File 'sig/feature_hub/featurehub.rbs', line 341 def starts_with?: -> bool |