Scroll to navigation

MR::IProto::Response(3pm) User Contributed Perl Documentation MR::IProto::Response(3pm)

NAME

MR::IProto::Response - response message

DESCRIPTION

Base class for all response messages.

PUBLIC ATTRIBUTES

Instance of MR::IProto::Request.

PUBLIC METHODS

Is request retry must be done.

PROTECTED METHODS

If $data is passed as argument then it unpacked and object is created based on information contained in it.

See "BUILDARGS" in Mouse::Manual::Construction for more information.

_parse_data( $data )
You must implement this method in you subclass to unpack your object. Returns hashref of attributes which will be passed to constructor.
2020-07-21 perl v5.30.3