Class: Lotus::Model::NullMapper Private

Inherits:
Object
  • Object
show all
Defined in:
lib/lotus/model/mapper.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 0.2.0

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(m, *args) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Raises:

Since:

  • 0.2.0



20
21
22
# File 'lib/lotus/model/mapper.rb', line 20

def method_missing(m, *args)
  raise NoMappingError.new
end