Class: Hyrax::FileSet::Characterization::NullCharacterizationProxy
- Inherits:
-
Object
- Object
- Hyrax::FileSet::Characterization::NullCharacterizationProxy
show all
- Defined in:
- app/models/concerns/hyrax/file_set/characterization.rb
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(*_args) ⇒ Object
43
44
45
|
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 43
def method_missing(*_args)
[]
end
|
Instance Method Details
#mime_type ⇒ Object
51
|
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 51
def mime_type; end
|
#respond_to_missing?(_method_name, _include_private = false) ⇒ Boolean
47
48
49
|
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 47
def respond_to_missing?(_method_name, _include_private = false)
super
end
|