Class: Dynamoid::Dumping::MapDumper
- Defined in:
- lib/dynamoid/dumping.rb
Overview
hash -> map
Instance Method Summary collapse
Methods inherited from Base
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 |