The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

API::BigBlueButton::Response - processing of API responses

VERSION

version 0.013

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

API::BigBlueButton

API::BigBlueButton::Requests

BigBlueButton API

AUTHOR

Alexander Ruzhnikov <a.ruzhnikov@reg.ru>