Class: FeatureHub::Sdk::RolloutStrategyAttribute

Inherits:
Object
  • Object
show all
Defined in:
sig/feature_hub/featurehub.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#conditionalRolloutStrategyCondition (readonly)

Returns the value of attribute conditional.



362
363
364
# File 'sig/feature_hub/featurehub.rbs', line 362

def conditional
  @conditional
end

#field_nameString (readonly)

Returns the value of attribute field_name.

Returns:

  • (String)


363
364
365
# File 'sig/feature_hub/featurehub.rbs', line 363

def field_name
  @field_name
end

#field_typeString (readonly)

Returns the value of attribute field_type.

Returns:

  • (String)


365
366
367
# File 'sig/feature_hub/featurehub.rbs', line 365

def field_type
  @field_type
end

#idString (readonly)

Returns the value of attribute id.

Returns:

  • (String)


361
362
363
# File 'sig/feature_hub/featurehub.rbs', line 361

def id
  @id
end

#valuesArray[[bool? | String? | Float?]] (readonly)

Returns the value of attribute values.

Returns:

  • (Array[[bool? | String? | Float?]])


364
365
366
# File 'sig/feature_hub/featurehub.rbs', line 364

def values
  @values
end

Instance Method Details

#float_valuesArray[Float]

Returns:

  • (Array[Float])


367
# File 'sig/feature_hub/featurehub.rbs', line 367

def float_values: -> Array[Float]

#str_valuesArray[String]

Returns:

  • (Array[String])


369
# File 'sig/feature_hub/featurehub.rbs', line 369

def str_values: -> Array[String]