Class: ArticleJSON::Export::HTML::Elements::Base

Inherits:
Object
  • Object
show all
Includes:
Common::HTML::Elements::Base
Defined in:
lib/article_json/export/html/elements/base.rb

Direct Known Subclasses

Embed, Heading, Image, List, Paragraph, Quote, Text, TextBox

Class Method Summary collapse

Methods included from Common::HTML::Elements::Base

included

Class Method Details

.namespaceModule

Return the module namespace this class and its subclasses are nested in

Returns:

  • (Module)


12
13
14
# File 'lib/article_json/export/html/elements/base.rb', line 12

def namespace
  ArticleJSON::Export::HTML::Elements
end