Module: Kitchen::Directions::BakeChapterSummary
- Defined in:
- lib/kitchen/directions/bake_chapter_summary.rb
Overview
Bake directions for eoc summary
Defined Under Namespace
Classes: V1
Class Method Summary collapse
Class Method Details
.v1(chapter:, metadata_source:, klass: 'summary', uuid_prefix: '.', append_to: nil) ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/kitchen/directions/bake_chapter_summary.rb', line 8 def self.v1(chapter:, metadata_source:, klass: 'summary', uuid_prefix: '.', append_to: nil) V1.new.bake( chapter: chapter, metadata_source: , uuid_prefix: uuid_prefix, klass: klass, append_to: append_to ) end |