Class: Pendaxes::Notificator::GrowthForecast

Inherits:
Pendaxes::Notificator show all
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

#defaults

Methods included from Finder

#announce, #find, #inherited

Methods included from PendingManager

#add, #all_pendings, #pendings, #reset

Constructor Details

This class inherits a constructor from Pendaxes::Notificator

Instance Method Details

#notifyObject



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