Class: FeatureHub::Sdk::PercentageCalculator
- Inherits:
-
Object
- Object
- FeatureHub::Sdk::PercentageCalculator
- Defined in:
- lib/feature_hub/sdk/percentage_calc.rb
Overview
generic percentage calculator
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#determine_client_percentage(_percentage_text, _feature_id) ⇒ Object
7 8 9 |
# File 'lib/feature_hub/sdk/percentage_calc.rb', line 7 def determine_client_percentage(_percentage_text, _feature_id) 0 end |