# File lib_ctrl/rucy/params.rb, line 1238
      def to_hash
        { 'filter' => self.name,
          'arguments' => self.args,
          'attach_path' => self.path,
          'attach_mask' => self.mask,
          'virtual_host' => self.virtual_host,
          'comment' => self.comment
        }
      end