Class: Pendaxes::Notificator::GrowthForecast
- Inherits:
-
Pendaxes::Notificator
- Object
- Pendaxes::Notificator
- Pendaxes::Notificator::GrowthForecast
- Defined in:
- lib/pendaxes/notificators/growth_forecast.rb
Instance Method Summary collapse
Methods inherited from Pendaxes::Notificator
#initialize, #report_for, #reporter
Methods included from Defaults
Methods included from Finder
Methods included from PendingManager
#add, #all_pendings, #pendings, #reset
Constructor Details
This class inherits a constructor from Pendaxes::Notificator
Instance Method Details
#notify ⇒ Object
12 13 14 15 16 17 |
# File 'lib/pendaxes/notificators/growth_forecast.rb', line 12 def notify post_growth_forecast @config.service_name, @config.section_name, @config.graph_name, @pendings.size end |