NAME
Net::ISC::DHCPd::Config::Subclass - Subclass config parameter
DESCRIPTION
See Net::ISC::DHCPd::Config::Role for methods and attributes without documentation.
An instance from this class, comes from / will produce one of the lines below, dependent on "quoted".
subclass "$name" "$value";
SYNOPSIS
See "SYNOPSIS" in Net::ISC::DHCPd::Config.
ATTRIBUTES
name
Name of the subclass - See "DESCRIPTION" for details.
value
Value of the subclass - See "DESCRIPTION" for details.
quoted
This flag tells if the subclass value should be quoted or not.
namequoted
This flag tells if the subclass name should be quoted or not.
regex
See "regex" in Net::ISC::DHCPd::Config::Role.
METHODS
captured_to_args
See "captured_to_args" in Net::ISC::DHCPd::Config::Role.
generate
See "generate" in Net::ISC::DHCPd::Config::Role.
COPYRIGHT & LICENSE
AUTHOR
See Net::ISC::DHCPd.