Class: Decidim::ContentParsers::MeetingParser

Inherits:
ResourceParser show all
Defined in:
decidim-meetings/lib/decidim/content_parsers/meeting_parser.rb

Overview

A parser that searches mentions of Meetings in content.

Constant Summary

Constants inherited from ResourceParser

ResourceParser::ID_REGEX, ResourceParser::URL_REGEX_CONTENT, ResourceParser::URL_REGEX_END_CHAR, ResourceParser::URL_REGEX_SCHEME

Constants inherited from BaseParser

BaseParser::Metadata

Instance Attribute Summary

Attributes inherited from BaseParser

#content, #context

Method Summary

Methods inherited from ResourceParser

#rewrite

Methods inherited from BaseParser

#initialize, #metadata, #rewrite

Methods included from Decidim::ContentProcessor::Common

#html_content?, #html_fragment

Constructor Details

This class inherits a constructor from Decidim::ContentParsers::BaseParser