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

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

Instance Method Summary collapse

Instance Method Details

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



83
84
85
# File 'lib/avm/stereotypes/eac_webapp_base0/apache_host.rb', line 83

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