Class: ArchiveStorage::Candidate
- Inherits:
-
Struct
- Object
- Struct
- ArchiveStorage::Candidate
- Defined in:
- lib/archive_storage/planner.rb
Instance Attribute Summary collapse
-
#byte_size ⇒ Object
Returns the value of attribute byte_size.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#current_storage ⇒ Object
Returns the value of attribute current_storage.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#mounted_as ⇒ Object
Returns the value of attribute mounted_as.
-
#record ⇒ Object
Returns the value of attribute record.
-
#source_storage_key ⇒ Object
Returns the value of attribute source_storage_key.
-
#storage_key ⇒ Object
Returns the value of attribute storage_key.
-
#target_storage ⇒ Object
Returns the value of attribute target_storage.
-
#target_storage_key ⇒ Object
Returns the value of attribute target_storage_key.
-
#uploader ⇒ Object
Returns the value of attribute uploader.
Instance Attribute Details
#byte_size ⇒ Object
Returns the value of attribute byte_size
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def byte_size @byte_size end |
#content_type ⇒ Object
Returns the value of attribute content_type
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def content_type @content_type end |
#current_storage ⇒ Object
Returns the value of attribute current_storage
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def current_storage @current_storage end |
#identifier ⇒ Object
Returns the value of attribute identifier
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def identifier @identifier end |
#mounted_as ⇒ Object
Returns the value of attribute mounted_as
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def mounted_as @mounted_as end |
#record ⇒ Object
Returns the value of attribute record
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def record @record end |
#source_storage_key ⇒ Object
Returns the value of attribute source_storage_key
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def source_storage_key @source_storage_key end |
#storage_key ⇒ Object
Returns the value of attribute storage_key
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def storage_key @storage_key end |
#target_storage ⇒ Object
Returns the value of attribute target_storage
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def target_storage @target_storage end |
#target_storage_key ⇒ Object
Returns the value of attribute target_storage_key
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def target_storage_key @target_storage_key end |
#uploader ⇒ Object
Returns the value of attribute uploader
7 8 9 |
# File 'lib/archive_storage/planner.rb', line 7 def uploader @uploader end |