Class: Net::HTTPRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/mechanize/test_case.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



628
629
630
# File 'lib/mechanize/test_case.rb', line 628

def body
  @body
end

#cookiesObject

Returns the value of attribute cookies.



628
629
630
# File 'lib/mechanize/test_case.rb', line 628

def cookies
  @cookies
end

#queryObject

Returns the value of attribute query.



628
629
630
# File 'lib/mechanize/test_case.rb', line 628

def query
  @query
end

#userObject

Returns the value of attribute user.



628
629
630
# File 'lib/mechanize/test_case.rb', line 628

def user
  @user
end