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

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