Class: ElVfs::Command::CopyEntries::Result

Inherits:
Result
  • Object
show all
Defined in:
lib/el_finder_api/el_vfs/command/copy_entries.rb

Instance Attribute Summary

Attributes inherited from 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



26
27
28
# File 'lib/el_finder_api/el_vfs/command/copy_entries.rb', line 26

def added
  execute_command
end

#removedObject



29
30
31
# File 'lib/el_finder_api/el_vfs/command/copy_entries.rb', line 29

def removed
  arguments.cut? ? arguments.targets : []
end