Methods

Class Index [+]

Quicksearch

Mechanize::Form::CheckBox

This class represents a check box found in a Form. To activate the CheckBox in the Form, set the checked method to true.

Public Instance Methods

query_value() click to toggle source
   # File lib/mechanize/form/check_box.rb, line 6
6:       def query_value
7:         [[@name, @value || "on"]]
8:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.