module Typhoeus::Response::Informations

def appconnect_time

Returns:
  • (Float) - The appconnect_time.

Other tags:
    Example: Get appconnect_time. -
def appconnect_time
  options[:appconnect_time] || options[:app_connect_time]
end