class PPZ::Folder::PPZFileModel

Attributes

left[RW]
right[RW]

Public Instance Methods

_compile(dir_out) click to toggle source
# File lib/folder/model/file/ppz.rb, line 5
def _compile dir_out
  PPZ::Func::write_to_file (dir_out + (@name + '.html')), to_html
end

Private Instance Methods

get_content_html() click to toggle source
# File lib/folder/model/file/ppz.rb, line 10
def get_content_html
  (PPZ::FileDocParser.new @path)
    .get_model.to_html
end