NAME
Opsview::REST::Acknowledge - Convenience object to transform its attributes into an /acknowledge URL endpoint
SYNOPSIS
my
$acknowledge
= Opsview::REST::Acknowledge->new(
host
=> [
qw/ hostA hostB /
],
);
$acknowledge
->as_string;
# '/acknowledge?host=hostA&host=hostB'
DESCRIPTION
You shouldn't be calling this directly, but be using the "ack" 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.