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.



644
645
646
# File 'lib/mechanize/test_case.rb', line 644

def body
  @body
end

#cookiesObject

Returns the value of attribute cookies.



644
645
646
# File 'lib/mechanize/test_case.rb', line 644

def cookies
  @cookies
end

#queryObject

Returns the value of attribute query.



644
645
646
# File 'lib/mechanize/test_case.rb', line 644

def query
  @query
end

#userObject

Returns the value of attribute user.



644
645
646
# File 'lib/mechanize/test_case.rb', line 644

def user
  @user
end