123456789_123456789_123456789_123456789_123456789_

Class: ActiveStorage::Analyzer::NullAnalyzer

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Analyzer
Instance Chain:
self, Analyzer
Inherits: Analyzer
  • ::Object
Defined in: activestorage/lib/active_storage/analyzer/null_analyzer.rb

Class Attribute Summary

Class Method Summary

Instance Method Summary

Class Attribute Details

.analyze_later?Boolean (readonly)

[ GitHub ]

  
# File 'activestorage/lib/active_storage/analyzer/null_analyzer.rb', line 9

def self.analyze_later?
  false
end

Class Method Details

.accept?(blob) ⇒ Boolean

[ GitHub ]

  
# File 'activestorage/lib/active_storage/analyzer/null_analyzer.rb', line 5

def self.accept?(blob)
  true
end

Instance Method Details

#metadata

[ GitHub ]

  
# File 'activestorage/lib/active_storage/analyzer/null_analyzer.rb', line 13

def 
  {}
end