Class: Lightsaber::HtmlParserIncluded

Inherits:
HTTParty::Parser
  • Object
show all
Defined in:
lib/lightsaber.rb

Instance Method Summary collapse

Instance Method Details

#headersObject



15
16
17
# File 'lib/lightsaber.rb', line 15

def headers
  headers.to_json
end

#htmlObject



12
13
14
# File 'lib/lightsaber.rb', line 12

def html
  Nokogiri::HTML(body)
end