class Context class_property root : String = "/" class_property os : String? class_property keydir : String = "/etc/network/keydir" class_property simulation = false class_property verbosity = 1 class_property prefered_network_configuration_program : String? = nil class_property prefered_wireless_configuration_program : String? = nil class_property prefered_dhcp_client : String? = nil class_property print_autodetect = false class_property command = "list" class_property args = Array(String).new end