NAME

Net::ISC::DHCPd::Config::KeyValue - Misc option config parameter

DESCRIPTION

See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.

SYNOPSIS

See Net::ISC::DHCPd::Config for synopsis.

ATTRIBUTES

name

$string = $self->name;

Name of the option.

value

$string = $self->value;

Value of the option.

quoted

$bool = $self->quoted;

This flag tells if the option value should be quoted or not.

METHODS

captured_to_args

See Net::ISC::DHCPd::Config::Role::captured_to_args().

generate

See Net::ISC::DHCPd::Config::Role::generate().

COPYRIGHT & LICENSE

AUTHOR

See Net::ISC::DHCPd.