Sha256: d439cc3a3cb019c2bbfa644cf8c32136816e0eca761abff9a57a15ca6faf8838
Contents?: true
Size: 760 Bytes
Versions: 13
Compression:
Stored size: 760 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) super @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
13 entries across 13 versions & 1 rubygems