Net::ISC::DHCPd::Config::Option - Option config parameter
See the Net::ISC::DHCPd::Config::Role manpage for methods and attributes without documentation.
See the Net::ISC::DHCPd::Config manpage for synopsis.
$string = $self->name;
Name of the option.
$string = $self->value;
Value of the option.
$bool = $self->quoted;
This flag tells if the option value should be quoted or not.
See captured_to_args in the Net::ISC::DHCPd::Config::Role manpage.
See generate in the Net::ISC::DHCPd::Config::Role manpage.