# File lib/fog/ecloud/models/compute/operating_systems.rb, line 16 def get(uri) if data = service.get_operating_system(uri) new(data.body) end rescue Fog::Errors::NotFound nil end