Mechanize::FormContent::MultiSelectList
Inherits Reference / Object
This class represents <select multiple>
Constructors
new(node : Lexbor::Node)
SourceInstance methods
inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO) which can be overridden for custom implementations.
Also see #to_s.
name
Sourcenode
Sourceoptions
Sourceoptions=(options : Array(FormContent::Option))
Sourcequery_value
Sourcetype
Sourcevalues=(values : Array(String))
Source