Module: ApiMapper::Functions::Mapping

Defined in:
lib/api_mapper/functions.rb

Class Method Summary collapse

Class Method Details

.mapping(hash, mapper) ⇒ Object



18
19
20
# File 'lib/api_mapper/functions.rb', line 18

def self.mapping(hash, mapper)
  mapper.new.call(hash)
end