Method: HTTP#page_content

Defined in:
lib/inari/commands/http.rb

#page_content(response = nil) ⇒ Object



10
11
12
13
# File 'lib/inari/commands/http.rb', line 10

def page_content(response = nil)
  response = last_response if response.nil?
  response.body rescue nil
end