Class: Avm::Applications::Base::AutoLocalSourcePath

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/applications/base/auto_local_source_path.rb

Instance Method Summary collapse

Instance Method Details

#fs_object_idString



18
19
20
# File 'lib/avm/applications/base/auto_local_source_path.rb', line 18

def fs_object_id
  application.id.to_s.parameterize
end

#resultPathname



13
14
15
# File 'lib/avm/applications/base/auto_local_source_path.rb', line 13

def result
  application.scm.assert_main_at(fs_cache.path.to_pathname)
end