Class: Nuntius::ApplicationReportlet
- Inherits:
-
Trado::Reportlet
- Object
- Trado::Reportlet
- Nuntius::ApplicationReportlet
- Defined in:
- app/reportlets/nuntius/application_reportlet.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#template_ids ⇒ Object
readonly
Returns the value of attribute template_ids.
Instance Method Summary collapse
-
#initialize(params) ⇒ ApplicationReportlet
constructor
A new instance of ApplicationReportlet.
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_ids ⇒ Object (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 |