NAME
WWW::SFDC::CallResult - Provides a flexible container for calls to SFDC containers
VERSION
version 0.36
ATTRIBUTES
request
The original request sent to SFDC. This is a SOAP::SOM.
headers
A hashref of headers from the call, which might contain, for example, usage limit info or debug logs.
result
The result of the call. This is appropriate when expecting a scalar - for instance, a deployment ID.
results
The results of the call. This is appropriate when recieving a list of results, for instance when querying or updating data.
AUTHOR
Alexander Brett <alexander.brett@sophos.com> http://alexander-brett.co.uk
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Sophos Limited https://www.sophos.com/.
This is free software, licensed under:
The MIT (X11) License
The full text of the license can be found in the LICENSE file included with this distribution.