Class: DocTemplate::Tables::FoundationalMetadata

Inherits:
Base
  • Object
show all
Defined in:
lib/doc_template/tables/foundational_metadata.rb

Constant Summary collapse

HEADER_LABEL =
'foundational-metadata'
HTML_VALUE_FIELDS =
%w(lesson-objective).freeze

Constants inherited from Base

Base::SPLIT_REGEX

Instance Attribute Summary

Attributes inherited from Base

#data, #errors

Method Summary

Methods inherited from Base

#collect_and_render_tags, #fetch_materials, #initialize, #parse, parse, #parse_in_context, #table_exist?

Constructor Details

This class inherits a constructor from DocTemplate::Tables::Base