Class: Dynamoid::Dumping::MapDumper

Inherits:
Base
  • Object
show all
Defined in:
lib/dynamoid/dumping.rb

Overview

hash -> map

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Dynamoid::Dumping::Base

Instance Method Details

#process(value) ⇒ Object



205
206
207
# File 'lib/dynamoid/dumping.rb', line 205

def process(value)
  DeepSanitizeHelper.deep_sanitize(value)
end