Methods

Class Index [+]

Quicksearch

DataMapper::Property::PassThroughLoadDump

Public Instance Methods

dump(value) click to toggle source

Stub instance method for dumping

@param value [Object, nil] value to dump

@return [Object] Dumped object

@api semipublic

     # File lib/dm-core/property.rb, line 316
316:       def dump(value)
317:         value
318:       end
load(value) click to toggle source

@api semipublic

     # File lib/dm-core/property.rb, line 305
305:       def load(value)
306:         typecast(value) unless value.nil?
307:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.