# File lib/ruote/exp/ro_attributes.rb, line 108
    def compile_atts(opts={})

      attributes.keys.each_with_object({}) { |k, r|
        r[dsub(k)] = attribute(k, h.applied_workitem, opts)
      }
    end