Class: Avm::Apps::Jobs::VariablesSource

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/apps/jobs/variables_source.rb

Instance Method Summary collapse

Instance Method Details

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



11
12
13
# File 'lib/avm/apps/jobs/variables_source.rb', line 11

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