NAME
RPC::Lite::Request -- encapsulates and RPC::Lite request.
DESCRIPTION
RPC::Lite::Request is the container for RPC::Lite requests.
METHODS
new( $methodName, $parameterArrayReference )
Creates a new RPC::Lite::Request object. Takes the method name and a reference to an array of parameters for the method.
Method( [$methodName] )
Sets/gets the method name.
Params( [$parameterArrayReference] )
Sets/gets the parameter array reference.
Id( [$id] )
Sets/gets the request id which is used for asynchronous calls.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 18:
You can't have =items (as at line 24) unless the first thing after the =over is an =item