ri > Mechanize::Form::MultiSelectList

= Mechanize::Form::MultiSelectList < Mechanize::Form::Field

------------------------------------------------------------------------
= Extended by:
Mechanize::ElementMatcher (from /home/chedong/.local/share/rdoc)

(from /home/chedong/.local/share/rdoc)
------------------------------------------------------------------------
This class represents a select list where multiple values can be
selected. MultiSelectList#value= accepts an array, and those values are
used as values for the select list.  For example, to select multiple
values, simply do this:

  list.value = ['one', 'two']

Single values are still supported, so these two are the same:

  list.value = ['one']
  list.value = 'one'
------------------------------------------------------------------------
= Class methods:

  new

= Instance methods:

  option_with
  options
  options_with
  query_value
  select_all
  select_none
  selected_options
  value
  value=

= Attributes:

  attr_accessor options

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-30 11:05 @216.73.217.152
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!