Class: ArticleJSON::Export::HTML::Exporter

Inherits:
Object
  • Object
show all
Includes:
Common::HTML::Exporter
Defined in:
lib/article_json/export/html/exporter.rb

Class Method Summary collapse

Methods included from Common::HTML::Exporter

#html, #initialize

Class Method Details

.namespaceModule

Return the module namespace this class is nested in

Returns:

  • (Module)


10
11
12
# File 'lib/article_json/export/html/exporter.rb', line 10

def namespace
  ArticleJSON::Export::HTML
end