25 26 27 28 29 30 31
# File 'lib/fog/ecloud/models/compute/public_ips.rb', line 25 def get(uri) if data = connection.get_public_ip(uri) new(data.body) end rescue Fog::Errors::NotFound nil end