Class: FsFamilytreeV1::PersonReference

Inherits:
Object
  • Object
show all
Defined in:
lib/fs_familytree_v1.rb

Direct Known Subclasses

Child, Parent, Spouse

Class Method Summary collapse

Class Method Details

.initObject



120
121
122
123
124
125
126
127
# File 'lib/fs_familytree_v1.rb', line 120

def self.init
  include HappyMapper
  
  namespace_url NS
  attribute :role, String
  attribute :ref, String
  attribute :tempId, String
end