Class: Hyrax::FileSet::Characterization::NullCharacterizationProxy

Inherits:
Object
  • Object
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



50
51
52
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 50

def method_missing(*_args)
  []
end

Instance Method Details

#mime_typeObject



58
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 58

def mime_type; end

#respond_to_missing?(_method_name, _include_private = false) ⇒ Boolean

Returns:

  • (Boolean)


54
55
56
# File 'app/models/concerns/hyrax/file_set/characterization.rb', line 54

def respond_to_missing?(_method_name, _include_private = false)
  super
end