Class: Net::HTTPOK
- Inherits:
-
Object
- Object
- Net::HTTPOK
- Defined in:
- lib/tiny_grabber/http.rb
Overview
Success response class
Instance Method Summary collapse
-
#cookies ⇒ Object
Response Cookies.
-
#ng ⇒ Object
Nokogiri object of response.
Instance Method Details
#cookies ⇒ Object
Response Cookies
16 17 18 |
# File 'lib/tiny_grabber/http.rb', line 16 def self.get_fields('set-cookie') end |
#ng ⇒ Object
Nokogiri object of response
10 11 12 |
# File 'lib/tiny_grabber/http.rb', line 10 def ng Nokogiri::HTML(self.body) end |