Method: Avm::Applications::Base::LocalSource#local_source_path_entry

Defined in:
lib/avm/applications/base/local_source.rb

#local_source_path_entryEacConfig::Entry

Returns:

  • (EacConfig::Entry)


17
18
19
# File 'lib/avm/applications/base/local_source.rb', line 17

def local_source_path_entry
  ::EacConfig::Node.context.current.entry([local_instance_id, 'install', 'path'])
end