21 22 23 24 25 26 27
# File 'lib/fog/ecloud/models/compute/internet_services.rb', line 21 def get(uri) if data = connection.get_internet_service(uri) new(data.body) end rescue Fog::Errors::NotFound nil end