Class: Avm::EacWebappBase0::ApacheHost::EntriesReader

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/eac_webapp_base0/apache_host.rb

Instance Method Summary collapse

Instance Method Details

#read_entry(path, options = {}) ⇒ Object



90
91
92
# File 'lib/avm/eac_webapp_base0/apache_host.rb', line 90

def read_entry(path, options = {})
  entry_from_job(path) || instance.read_entry(path, options)
end