# File lib/ruote/exp/ro_attributes.rb, line 129
    def attribute_text(workitem=h.applied_workitem)

      text = attributes.keys.find { |k| attributes[k] == nil }

      dsub(text.to_s, workitem)
    end