module Typhoeus::Response::Informations

def primary_ip

Returns:
  • (String) - The primary_ip.

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