Class: Mechanize::CookieJar::FakeURI
- Inherits:
-
Struct
- Object
- Struct
- Mechanize::CookieJar::FakeURI
- Defined in:
- lib/mechanize/cookie_jar.rb
Overview
add_cookie wants something resembling a URI.
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
9 10 11 |
# File 'lib/mechanize/cookie_jar.rb', line 9 def host @host end |