Module: ApiMapper::Functions::Factory
- Defined in:
- lib/api_mapper/functions.rb
Class Method Summary collapse
Class Method Details
.factory(attributes, klass) ⇒ Object
12 13 14 |
# File 'lib/api_mapper/functions.rb', line 12 def self.factory(attributes, klass) klass.new(attributes) end |