Class: FeatureHub::Sdk::Applied

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApplied

Returns a new instance of Applied.

Parameters:

  • matched: (Boolean)
  • value: ([bool? | String? | Float?])


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

def initialize: (matched: bool, value: [bool? | String? | Float?]) -> void

Instance Attribute Details

#matchedBoolean (readonly)

Returns the value of attribute matched.

Returns:

  • (Boolean)


113
114
115
# File 'sig/feature_hub/featurehub.rbs', line 113

def matched
  @matched
end

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

Returns the value of attribute value.

Returns:

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


114
115
116
# File 'sig/feature_hub/featurehub.rbs', line 114

def value
  @value
end