Libraries
»
mechanize
(2.14.0)
»
Index
»
Mechanize
»
Form
»
Field
»
#query_value
Method: Mechanize::Form::Field#query_value
Defined in:
lib/mechanize/form/field.rb
#
query_value
⇒
Object
41 42 43
# File 'lib/mechanize/form/field.rb', line 41
def
query_value
[
[
@name
,
@value
||
'
'
]
]
end