Class: ElVfs::Command::RenameEntry::Result

Inherits:
ElVfs::Command::Result show all
Defined in:
lib/el_finder_api/el_vfs/command/rename_entry.rb

Instance Attribute Summary

Attributes inherited from ElVfs::Command::Result

#arguments, #execute_command

Instance Method Summary collapse

Methods inherited from Model

#attributes=, #el_hash, #initialize, options, #to_el_hash

Constructor Details

This class inherits a constructor from ElVfs::Model

Instance Method Details

#addedObject



12
13
14
# File 'lib/el_finder_api/el_vfs/command/rename_entry.rb', line 12

def added
  [arguments.entry]
end

#removedObject



15
16
17
# File 'lib/el_finder_api/el_vfs/command/rename_entry.rb', line 15

def removed
  [arguments.target]
end