Class: ArchiveStorage::VerificationResult
- Inherits:
-
Struct
- Object
- Struct
- ArchiveStorage::VerificationResult
- Defined in:
- lib/archive_storage/verification_result.rb
Instance Attribute Summary collapse
-
#matched_by ⇒ Object
Returns the value of attribute matched_by.
-
#source_metadata ⇒ Object
Returns the value of attribute source_metadata.
-
#strategy ⇒ Object
Returns the value of attribute strategy.
-
#target_metadata ⇒ Object
Returns the value of attribute target_metadata.
Instance Attribute Details
#matched_by ⇒ Object
Returns the value of attribute matched_by
4 5 6 |
# File 'lib/archive_storage/verification_result.rb', line 4 def matched_by @matched_by end |
#source_metadata ⇒ Object
Returns the value of attribute source_metadata
4 5 6 |
# File 'lib/archive_storage/verification_result.rb', line 4 def @source_metadata end |
#strategy ⇒ Object
Returns the value of attribute strategy
4 5 6 |
# File 'lib/archive_storage/verification_result.rb', line 4 def strategy @strategy end |
#target_metadata ⇒ Object
Returns the value of attribute target_metadata
4 5 6 |
# File 'lib/archive_storage/verification_result.rb', line 4 def @target_metadata end |