Class: FeatureHub::Sdk::RolloutStrategyAttribute
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::RolloutStrategyAttribute
- Defined in:
- sig/feature_hub/featurehub.rbs
Instance Attribute Summary collapse
-
#conditional ⇒ RolloutStrategyCondition
readonly
Returns the value of attribute conditional.
-
#field_name ⇒ String
readonly
Returns the value of attribute field_name.
-
#field_type ⇒ String
readonly
Returns the value of attribute field_type.
-
#id ⇒ String
readonly
Returns the value of attribute id.
-
#values ⇒ Array[[bool? | String? | Float?]]
readonly
Returns the value of attribute values.
Instance Method Summary collapse
Instance Attribute Details
#conditional ⇒ RolloutStrategyCondition (readonly)
Returns the value of attribute conditional.
362 363 364 |
# File 'sig/feature_hub/featurehub.rbs', line 362 def conditional @conditional end |
#field_name ⇒ String (readonly)
Returns the value of attribute field_name.
363 364 365 |
# File 'sig/feature_hub/featurehub.rbs', line 363 def field_name @field_name end |
#field_type ⇒ String (readonly)
Returns the value of attribute field_type.
365 366 367 |
# File 'sig/feature_hub/featurehub.rbs', line 365 def field_type @field_type end |
#id ⇒ String (readonly)
Returns the value of attribute id.
361 362 363 |
# File 'sig/feature_hub/featurehub.rbs', line 361 def id @id end |
#values ⇒ Array[[bool? | String? | Float?]] (readonly)
Returns the value of attribute values.
364 365 366 |
# File 'sig/feature_hub/featurehub.rbs', line 364 def values @values end |
Instance Method Details
#float_values ⇒ Array[Float]
367 |
# File 'sig/feature_hub/featurehub.rbs', line 367
def float_values: -> Array[Float]
|
#str_values ⇒ Array[String]
369 |
# File 'sig/feature_hub/featurehub.rbs', line 369
def str_values: -> Array[String]
|