class ArticleJSON::Export::HTML::Exporter

Public Class Methods

namespace() click to toggle source

Return the module namespace this class is nested in @return [Module]

# File lib/article_json/export/html/exporter.rb, line 10
def namespace
  ArticleJSON::Export::HTML
end