module Typhoeus::Response::Informations

def namelookup_time

Returns:
  • (Float) - The namelookup_time.

Other tags:
    Example: Get namelookup_time. -
def namelookup_time
  options[:namelookup_time] || options[:name_lookup_time]
end