# File lib/fog/brightbox/models/compute/cloud_ips.rb, line 17 def get(identifier) return nil if identifier.nil? || identifier == "" data = service.get_cloud_ip(identifier) new(data) rescue Excon::Errors::NotFound nil end