Class: FsTemplate::BasicFile

Inherits:
TemplateFile show all
Defined in:
lib/fs_template/template_file.rb

Instance Attribute Summary

Attributes inherited from TemplateFile

#full_body, #path

Instance Method Summary collapse

Methods inherited from TemplateFile

#apply_body_to, #combined, #split_note_and_body, #write_to!

Methods included from TemplateFile::NewWay

#apply_body_to_long, #note_params, #split_note_and_body_long

Methods included from TemplateFile::OldWay

#apply_body_to_short, #split_note_and_body_short

Instance Method Details

#bodyObject



128
129
130
# File 'lib/fs_template/template_file.rb', line 128

def body
  full_body
end