Sha256: 1b245fbd63061b3536893f29281116048c955cbc4808282dcc5068a7ac9ce2fe
Contents?: true
Size: 744 Bytes
Versions: 15
Compression:
Stored size: 744 Bytes
Contents
require "relaton-render" module Relaton module Render module BIPM class General < ::Relaton::Render::IsoDoc::General def config_loc YAML.load_file(File.join(File.dirname(__FILE__), "config.yml")) end def klass_initialize(_options) @nametemplateklass = Relaton::Render::Template::Name @seriestemplateklass = Relaton::Render::Template::Series @extenttemplateklass = Relaton::Render::Template::Extent @sizetemplateklass = Relaton::Render::Template::Size @generaltemplateklass = Relaton::Render::Template::General @fieldsklass = Relaton::Render::Fields @parseklass = Relaton::Render::Parse end end end end end
Version data entries
15 entries across 15 versions & 1 rubygems