# File lib/fog/brightbox/models/compute/server.rb, line 160 def public_ip_address if cloud_ips.empty? nil else cloud_ips.first["public_ip"] end end