# File lib/fog/ecloud/models/compute/memory_usage_detail_summary.rb, line 17 def get(uri) if data = connection.get_memory_usage_detail(uri) new(data.body) end rescue Fog::Errors::NotFound nil end