NAME
Agent::TCLI::Response - A Response class for Agent::TCLI::Response.
SYNOPSIS
A simple object for storing TCLI responses. The preferred way to create a Response object is through the Request->Respond method.
ATTRIBUTES
The following attributes are accessible through standard accessor/mutator methods and may be set as a parameter to new unless otherwise noted.
- body
-
Main body of response.
- code
-
A code for the response, similar to HTTP/SIP. code will only accept NUMERIC type values.
INHERITED METHODS
This module is an Object::InsideOut object that inherits from Agent::TCLI::Request. It inherits methods from both. Please refer to their documentation for more details.
AUTHOR
Eric Hacker <hacker at cpan.org>
BUGS
The (ab)use of AUTOMETHODS is probably more a bug than a feature.
SHOULDS and MUSTS are currently not always enforced.
Test scripts not thorough enough.
Probably many others.
LICENSE
Copyright (c) 2007, Alcatel Lucent, All rights resevred.
This package is free software; you may redistribute it and/or modify it under the same terms as Perl itself.