Class: FeatureHub::Sdk::Applied
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::Applied
- Defined in:
- sig/feature_hub/featurehub.rbs
Instance Attribute Summary collapse
-
#matched ⇒ Boolean
readonly
Returns the value of attribute matched.
-
#value ⇒ [bool? | String? | Float?]
readonly
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize ⇒ Applied
constructor
A new instance of Applied.
Constructor Details
#initialize ⇒ Applied
Returns a new instance of Applied.
116 |
# File 'sig/feature_hub/featurehub.rbs', line 116
def initialize: (matched: bool, value: [bool? | String? | Float?]) -> void
|
Instance Attribute Details
#matched ⇒ Boolean (readonly)
Returns the value of attribute matched.
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.
114 115 116 |
# File 'sig/feature_hub/featurehub.rbs', line 114 def value @value end |