module Typhoeus::Response::Informations

def response_body

Returns:
  • (String) - The response_body.

Other tags:
    Example: Get response_body. -
def response_body
  options[:response_body] || options[:body]
end