Class: DataMapper::Property::AppEngineNative

Inherits:
Object
  • Object
show all
Defined in:
lib/dm-appengine/properties/native.rb

Instance Method Summary collapse

Instance Method Details

#dump(value) ⇒ Object



6
7
8
# File 'lib/dm-appengine/properties/native.rb', line 6

def dump(value)
  value
end

#load(value) ⇒ Object



10
11
12
# File 'lib/dm-appengine/properties/native.rb', line 10

def load(value)
  value
end