NAME
SIAM::Report - Report object class
SYNOPSIS
my $sorted_items = $report->get_items();
my $item_class = $report->attr('siam.report.object_class');
foreach my $item (@{$sorted_items}) {
my $obj = $item->{'siam.report.item'};
my $traffic_in = $item->{'traffic.in'};
...
}
METHODS
get_items
Returns arrayref with hashes. The content of these hashes is defined by the report type. Each hash has a mandatory key siam.report.item
that points to an instantiated object.