Class: ArchiveStorage::VerificationResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#matched_byObject

Returns the value of attribute matched_by

Returns:

  • (Object)

    the current value of matched_by



4
5
6
# File 'lib/archive_storage/verification_result.rb', line 4

def matched_by
  @matched_by
end

#source_metadataObject

Returns the value of attribute source_metadata

Returns:

  • (Object)

    the current value of source_metadata



4
5
6
# File 'lib/archive_storage/verification_result.rb', line 4

def 
  @source_metadata
end

#strategyObject

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



4
5
6
# File 'lib/archive_storage/verification_result.rb', line 4

def strategy
  @strategy
end

#target_metadataObject

Returns the value of attribute target_metadata

Returns:

  • (Object)

    the current value of target_metadata



4
5
6
# File 'lib/archive_storage/verification_result.rb', line 4

def 
  @target_metadata
end