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

NAME

Search::QS::Options::Int - An integer object with a few methods

VERSION

version 0.04

DESCRIPTION

An abstract class to incapsulate Undef|Int value

METHODS

name()

Defined in subclass, is the name of the integer value

value()

The value of the integer

default()

Defined in subclass, the default value of the integer

to_qs($append_ampersand)

Return a query string of the internal rappresentation of the object. If value() is different by default() and $append_ampersand is true, it appends an ampersand (&) at the end of the returned string

reset()

Reset the object to the default() value.

AUTHOR

Emiliano Bruni <info@ebruni.it>

COPYRIGHT AND LICENSE

This software is copyright (c) 2019 by Emiliano Bruni.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.