module Dozer::Mapperable

Public Class Methods

new(input) click to toggle source
# File lib/dozer/mapperable.rb, line 9
def initialize(input)
  @input = input.with_indifferent_access
  @output = ActiveSupport::HashWithIndifferentAccess.new
end