# File lib/daemon_kit/ruote_workitem.rb, line 168
    def method_missing( method_name, *args )
      if self.attributes.keys.include?( method_name.to_s )
        return self.attributes[ method_name.to_s ]
      end

      super
    end