Class: Avm::Applications::Base::AutoLocalSourcePath
- Inherits:
-
Object
- Object
- Avm::Applications::Base::AutoLocalSourcePath
- Defined in:
- lib/avm/applications/base/auto_local_source_path.rb
Instance Method Summary collapse
Instance Method Details
#fs_object_id ⇒ String
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 |
#result ⇒ Pathname
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 |