Module: HS::ContentPreview

Includes:
ReviewStatusPreview
Included in:
Chapter, Module
Defined in:
lib/hs/preview/content_preview.rb

Constant Summary

Constants included from ReviewStatusPreview

ReviewStatusPreview::REVIEW_COLOR, ReviewStatusPreview::REVIEW_ICON, ReviewStatusPreview::REVIEW_TITLE

Instance Method Summary collapse

Methods included from ReviewStatusPreview

#review_color, #review_icon, #review_title

Instance Method Details

#previewObject



9
10
11
12
13
14
# File 'lib/hs/preview/content_preview.rb', line 9

def preview
  [
    intro_preview,
    content_preview
  ].compact.join("\n")
end