module AutoBoard class List property name : String property label : String def initialize(@name : String, @label : String) end end end