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

Returns:

  • (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

#resultPathname

Returns:

  • (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