Class: ActiveStorageValidations::Analyzer::NullAnalyzer
- Inherits:
-
ActiveStorageValidations::Analyzer
- Object
- ActiveStorageValidations::Analyzer
- ActiveStorageValidations::Analyzer::NullAnalyzer
- 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
Instance Method Summary collapse
Methods inherited from ActiveStorageValidations::Analyzer
Methods included from ActiveStorageValidations::ASVLoggable
Constructor Details
This class inherits a constructor from ActiveStorageValidations::Analyzer
Instance Method Details
#metadata ⇒ Object
14 15 16 |
# File 'lib/active_storage_validations/analyzer/null_analyzer.rb', line 14 def {} end |