Class: Nuntius::ApplicationReportlet

Inherits:
Trado::Reportlet
  • Object
show all
Defined in:
app/reportlets/nuntius/application_reportlet.rb

Direct Known Subclasses

DailyMessagesPerTemplateReportlet

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(params) ⇒ ApplicationReportlet

Returns a new instance of ApplicationReportlet.



7
8
9
# File 'app/reportlets/nuntius/application_reportlet.rb', line 7

def initialize(params)
  @template_ids = params[:template_ids]
end

Instance Attribute Details

#template_idsObject (readonly)

Returns the value of attribute template_ids.



5
6
7
# File 'app/reportlets/nuntius/application_reportlet.rb', line 5

def template_ids
  @template_ids
end