module Metanorma::Generic

Constants

DOCUMENT_NAMESPACE
ORGANIZATION_NAME_LONG
ORGANIZATION_NAME_SHORT
VERSION
YAML_CONFIG_FILE

Attributes

configuration[RW]

Public Class Methods

configure() { |configuration| ... } click to toggle source
# File lib/metanorma/generic.rb, line 169
def configure
  self.configuration ||= Configuration.new
  yield(configuration)
end