# File lib/fog/terremark/models/shared/addresses.rb, line 25 def get(ip_id) if ip_id && ip = service.get_public_ip(ip_id).body new(ip) elsif !ip_id nil end rescue Excon::Errors::Forbidden nil end