module Typhoeus::Response::Informations

def effective_url

Returns:
  • (String) - The effective_url.

Other tags:
    Example: Get effective_url. -
def effective_url
  options[:effective_url]
end