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