Class: ElVfs::Command::UploadFiles::Arguments

Inherits:
Arguments show all
Defined in:
lib/el_finder_api/el_vfs/command/upload_files.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Arguments

#entries, #entry

Methods inherited from Model

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

Constructor Details

This class inherits a constructor from ElVfs::Model

Instance Attribute Details

#targetObject

Returns the value of attribute target.



6
7
8
# File 'lib/el_finder_api/el_vfs/command/upload_files.rb', line 6

def target
  @target
end

#uploadObject

Returns the value of attribute upload.



6
7
8
# File 'lib/el_finder_api/el_vfs/command/upload_files.rb', line 6

def upload
  @upload
end