The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

WebService::PagerDuty::Incidents

VERSION

version 1.20131219.1627

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.

NAME

WebService::PagerDuty::Incidents - A incidents object

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.

AUTHOR

Oleg Kostyuk <cub@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2013 by Odesk Inc..

This is free software, licensed under:

  The (three-clause) BSD License