# File lib/fog/softlayer/models/compute/server.rb, line 160
        def os_code
          attributes['operatingSystem']['softwareLicense']['softwareDescription']['referenceCode'] if attributes['operatingSystem']
        end