Class: ActiveStorageValidations::Analyzer::NullAnalyzer

Inherits:
ActiveStorageValidations::Analyzer show all
Defined in:
lib/active_storage_validations/analyzer/null_analyzer.rb

Overview

Active Storage Null Analyzer

This is a fallback analyzer when the attachable media type is not supported by our gem.

Example:

ActiveStorage::Analyzer::NullAnalyzer.new(attachable).
# => {}

Instance Attribute Summary

Attributes inherited from ActiveStorageValidations::Analyzer

#attachable

Instance Method Summary collapse

Methods inherited from ActiveStorageValidations::Analyzer

#initialize

Methods included from ActiveStorageValidations::ASVLoggable

#logger

Constructor Details

This class inherits a constructor from ActiveStorageValidations::Analyzer

Instance Method Details

#metadataObject



14
15
16
# File 'lib/active_storage_validations/analyzer/null_analyzer.rb', line 14

def 
  {}
end