Class: Trackler::NullDocFile

Inherits:
DocFile
  • Object
show all
Defined in:
lib/trackler/doc_file.rb

Constant Summary

Constants inherited from DocFile

DocFile::DEFAULT_IMAGE_PATH

Instance Attribute Summary

Attributes inherited from DocFile

#basename, #dir

Instance Method Summary collapse

Methods inherited from DocFile

#extension, find, #initialize, #name

Constructor Details

This class inherits a constructor from Trackler::DocFile

Instance Method Details

#exist?Boolean

Returns:

  • (Boolean)


73
74
75
# File 'lib/trackler/doc_file.rb', line 73

def exist?
  false
end

#render(image_path: "") ⇒ Object



69
70
71
# File 'lib/trackler/doc_file.rb', line 69

def render(image_path:"")
  ""
end