# File lib_wpm/wpm.rb, line 439
    def params
      # return a Hash of form parameters.
      raise NotImplementedError, 'abstract method'
    end