class Dynamoid::TypeCasting::Base

Public Class Methods

new(options) click to toggle source
# File lib/dynamoid/type_casting.rb, line 49
def initialize(options)
  @options = options
end

Public Instance Methods

process(value) click to toggle source
# File lib/dynamoid/type_casting.rb, line 53
def process(value)
  value
end