Class: Ddr::Models::FileManagement::FileToAdd

Inherits:
Struct
  • Object
show all
Defined in:
lib/ddr/models/file_management.rb

Instance Attribute Summary collapse

Instance Attribute Details

#dsidObject

Returns the value of attribute dsid

Returns:

  • (Object)

    the current value of dsid



12
13
14
# File 'lib/ddr/models/file_management.rb', line 12

def dsid
  @dsid
end

#original_filenameObject

Returns the value of attribute original_filename

Returns:

  • (Object)

    the current value of original_filename



12
13
14
# File 'lib/ddr/models/file_management.rb', line 12

def original_filename
  @original_filename
end

#source_pathObject

Returns the value of attribute source_path

Returns:

  • (Object)

    the current value of source_path



12
13
14
# File 'lib/ddr/models/file_management.rb', line 12

def source_path
  @source_path
end