Class: ElVfs::Directory

Inherits:
Entry
  • Object
show all
Defined in:
app/models/el_vfs/directory.rb

Instance Method Summary collapse

Methods inherited from Entry

#directories, #duplicate, #el_hash, #files, root, #target, #to_s, #url

Instance Method Details

#el_vfs_pathObject



5
6
7
# File 'app/models/el_vfs/directory.rb', line 5

def el_vfs_path
  "#{parent.el_vfs_path}/#{entry_name}"
end