# File lib/fog/softlayer/models/account/brand.rb, line 27
        def save
          return create if attributes[:id].nil?
          raise StandardError, "Update is not implemented"
        end