Protocol::XMLRPC::Value - a base class for scalar values


Protocol-XMLRPC documentation  | view source Contained in the Protocol-XMLRPC distribution.

Index


NAME

Top

Protocol::XMLRPC::Value - a base class for scalar values

SYNOPSIS

Top

    package Protocol::XMLRPC::Value::Boolean;

    use strict;
    use warnings;

    use base 'Protocol::XMLRPC::Value';

    ...

    1;

DESCRIPTION

Top

This is a base class for all scalar types. Used internally.

ATTRIBUTES

Top

value

Hold parameter value.

METHODS

Top

new

Returns new Protocol::XMLRPC::Value instance.

to_string

String representation.

AUTHOR

Top

Viacheslav Tykhanovskyi, vti@cpan.org.

COPYRIGHT

Top


Protocol-XMLRPC documentation  | view source Contained in the Protocol-XMLRPC distribution.