Class: ElVfs::Root

Inherits:
Entry
  • Object
show all
Defined in:
app/models/el_vfs/root.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



10
11
12
# File 'app/models/el_vfs/root.rb', line 10

def el_vfs_path
  entry_name
end

#root_nameObject



6
7
8
# File 'app/models/el_vfs/root.rb', line 6

def root_name
  ['r', root_number].join
end