Class: FeatureHub::Sdk::ValueInterceptor
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::ValueInterceptor
- Defined in:
- lib/feature_hub/sdk/interceptors.rb
Overview
Holds the pattern for a value based interceptor, which could come from a file, or whatever they are not typed
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#intercepted_value(feature_key) ⇒ Object
28 |
# File 'lib/feature_hub/sdk/interceptors.rb', line 28 def intercepted_value(feature_key); end |