NAME
WebService::PagerDuty::Incidents - A incidents object
SYNOPSIS
my $pager_duty = WebService::PagerDuty->new;
my $incidents = $pager_duty->incidents( ... );
$incidents->count();
$incidents->query();
$incidents->list(); # same as above, synonym
DESCRIPTION
This class represents a basic incidents object, to get access to count and list of existing incidents.
SEE ALSO
WebService::PagerDuty, http://PagerDuty.com, oDesk.com
AUTHOR
Oleg Kostyuk (cubuanic), <cub@cpan.org>
LICENSE
Copyright by oDesk Inc., 2012
All development sponsored by oDesk.