logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

MR::IProto::Response - response message

Description

       Base class for all response messages.

Name

       MR::IProto::Response - response message

Protected Methods

       BUILDARGS( %args | \%args | $data )
           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.

perl v5.30.3                                       2020-07-21                          MR::IProto::Response(3pm)

Public Attributes

       request
           Instance of MR::IProto::Request.

Public Methods

       retry
           Is request retry must be done.

See Also