Class: Net::HTTPRequest
- Inherits:
-
Object
- Object
- Net::HTTPRequest
- Defined in:
- lib/mechanize/test_case.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#cookies ⇒ Object
Returns the value of attribute cookies.
-
#query ⇒ Object
Returns the value of attribute query.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
628 629 630 |
# File 'lib/mechanize/test_case.rb', line 628 def body @body end |
#cookies ⇒ Object
Returns the value of attribute cookies.
628 629 630 |
# File 'lib/mechanize/test_case.rb', line 628 def @cookies end |
#query ⇒ Object
Returns the value of attribute query.
628 629 630 |
# File 'lib/mechanize/test_case.rb', line 628 def query @query end |
#user ⇒ Object
Returns the value of attribute user.
628 629 630 |
# File 'lib/mechanize/test_case.rb', line 628 def user @user end |