Class: Dynamoid::Undumping::Base
- Inherits:
-
Object
- Object
- Dynamoid::Undumping::Base
- Defined in:
- lib/dynamoid/undumping.rb
Direct Known Subclasses
ArrayUndumper, BinaryUndumper, BooleanUndumper, CustomTypeUndumper, DateTimeUndumper, DateUndumper, IntegerUndumper, MapUndumper, NumberUndumper, RawUndumper, SerializedUndumper, SetUndumper, StringUndumper
Instance Method Summary collapse
-
#initialize(options) ⇒ Base
constructor
A new instance of Base.
- #process(value) ⇒ Object
Constructor Details
#initialize(options) ⇒ Base
Returns a new instance of Base.
81 82 83 |
# File 'lib/dynamoid/undumping.rb', line 81 def initialize() @options = end |
Instance Method Details
#process(value) ⇒ Object
85 86 87 |
# File 'lib/dynamoid/undumping.rb', line 85 def process(value) value end |