Class: ArchiveStorage::Candidate

Inherits:
Struct
  • Object
show all
Defined in:
lib/archive_storage/planner.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_sizeObject

Returns the value of attribute byte_size

Returns:

  • (Object)

    the current value of byte_size



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def byte_size
  @byte_size
end

#content_typeObject

Returns the value of attribute content_type

Returns:

  • (Object)

    the current value of content_type



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def content_type
  @content_type
end

#current_storageObject

Returns the value of attribute current_storage

Returns:

  • (Object)

    the current value of current_storage



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def current_storage
  @current_storage
end

#identifierObject

Returns the value of attribute identifier

Returns:

  • (Object)

    the current value of identifier



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def identifier
  @identifier
end

#mounted_asObject

Returns the value of attribute mounted_as

Returns:

  • (Object)

    the current value of mounted_as



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def mounted_as
  @mounted_as
end

#recordObject

Returns the value of attribute record

Returns:

  • (Object)

    the current value of record



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def record
  @record
end

#source_storage_keyObject

Returns the value of attribute source_storage_key

Returns:

  • (Object)

    the current value of source_storage_key



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def source_storage_key
  @source_storage_key
end

#storage_keyObject

Returns the value of attribute storage_key

Returns:

  • (Object)

    the current value of storage_key



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def storage_key
  @storage_key
end

#target_storageObject

Returns the value of attribute target_storage

Returns:

  • (Object)

    the current value of target_storage



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def target_storage
  @target_storage
end

#target_storage_keyObject

Returns the value of attribute target_storage_key

Returns:

  • (Object)

    the current value of target_storage_key



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def target_storage_key
  @target_storage_key
end

#uploaderObject

Returns the value of attribute uploader

Returns:

  • (Object)

    the current value of uploader



7
8
9
# File 'lib/archive_storage/planner.rb', line 7

def uploader
  @uploader
end