Class: SirTracksAlot::Reports::SirTracksAlotReport
- Inherits:
-
Report
- Object
- Ruport::Controller
- Report
- SirTracksAlot::Reports::SirTracksAlotReport
- Defined in:
- lib/sir_tracks_alot/reports/trackable_report.rb
Direct Known Subclasses
ActivityReport, ActorActivityReport, ActorReport, FilterReport, TargetReport
Instance Attribute Summary collapse
-
#all ⇒ Object
Returns the value of attribute all.
Instance Method Summary collapse
Methods inherited from Report
Instance Attribute Details
#all ⇒ Object
Returns the value of attribute all.
4 5 6 |
# File 'lib/sir_tracks_alot/reports/trackable_report.rb', line 4 def all @all end |
Instance Method Details
#setup ⇒ Object
6 7 8 |
# File 'lib/sir_tracks_alot/reports/trackable_report.rb', line 6 def setup super end |