Class: Dynamoid::Dumping::RawDumper

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

Overview

any standard Ruby object -> self

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



262
263
264
# File 'lib/dynamoid/dumping.rb', line 262

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