Methods

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 7
7:   def query_value
8:     [[@name, @value || "on"]]
9:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.