Class: Ossert::Classifiers::Growing::Check::Maturity
- Defined in:
- lib/ossert/classifiers/growing/check.rb
Instance Method Summary collapse
Methods inherited from Base
#agility_last_year_data, #agility_total_data, #check, #community_last_year_data, #community_total_data, #grade, #grade_as_hash, #initialize, #max_gain, #metrics, #metrics_type
Constructor Details
This class inherits a constructor from Ossert::Classifiers::Growing::Check::Base
Instance Method Details
#strategy ⇒ Object
162 163 164 165 166 167 |
# File 'lib/ossert/classifiers/growing/check.rb', line 162 def strategy { last_year: [:agility, :community], total: [:agility, :community] } end |