NAME
API::BigBlueButton::Response - processing of API responses
VERSION
version 0.015
METHODS
- new($class,$res)
-
Constructor.
$res
HTTP::Response object.
- xml($self)
-
Returns original XML answer.
- success($self)
-
Returns 1 if request succeeded, 0 otherwise.
- response($self)
-
Returns munged response from service. According to method, it can be scalar, hashref of arrayref.
- error($self)
-
Returns munged error text.
- status($self)
-
Returns response status line.
SEE ALSO
AUTHOR
Alexander Ruzhnikov <a.ruzhnikov@reg.ru>