Parent

Object

Public Class Methods

yaml_new(klass, tag, val) click to toggle source
# File lib/delayed/serialization/data_mapper.rb, line 4
def self.yaml_new(klass, tag, val)
  klass.find(val['id'])
end

Public Instance Methods

to_yaml_properties() click to toggle source
# File lib/delayed/serialization/data_mapper.rb, line 8
def to_yaml_properties
  ['@id']
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.