Class: Ossert::Classifiers::Growing::Check::Maintenance
- 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
153 154 155 156 157 158 |
# File 'lib/ossert/classifiers/growing/check.rb', line 153 def strategy { last_year: :agility, total: :agility } end |