Provided by: libmr-tarantool-perl_0.0.24-2_all bug

NAME

       MR::IProto::Request - request message

DESCRIPTION

       Base class for all request messages.

PUBLIC METHODS

       key Returns key value.  You must reimplement this method in your subclass to use this
           feature.

       retry
           If request retry is allowed.

PROTECTED METHODS

       key_attr
           Class method which must return name of key attribute.

       _build_data
           You must implement this method in you subclass to pack your object.  Returns packed
           data.