NAME
Opsview::REST::Status - Convenience object to transform its attributes into a /downtime URL endpoint
SYNOPSIS
use Opsview::REST::Downtime;
my $dwnt = Opsview::REST::Downtime->new();
$dwnt->as_string; # '/downtime'
DESCRIPTION
You shouldn't be calling this directly, but be using the "downtime" method in Opsview::REST.
AUTHOR
Miquel Ruiz <mruiz@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Miquel Ruiz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.