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
16 17 18 |
# File 'lib/avm/applications/base/auto_local_source_path.rb', line 16 def fs_object_id application.id.to_s.parameterize end |
#result ⇒ Pathname
11 12 13 |
# File 'lib/avm/applications/base/auto_local_source_path.rb', line 11 def result application.scm.assert_main_at(fs_cache.path.to_pathname) end |