Class: FsFamilytreeV1::Assertion

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

Direct Known Subclasses

Event, Fact, Gender, Name, Relationship

Class Method Summary collapse

Class Method Details

.init(options = {}) ⇒ Object



65
66
67
68
69
70
71
72
73
74
75
76
77
# File 'lib/fs_familytree_v1.rb', line 65

def self.init(options = {})
  include HappyMapper
  
  namespace_url NS
  attribute :id, String
  attribute :version, String
  attribute :submitter, String
  attribute :modified, DateTime
  attribute :modifiable, Boolean
  attribute :disputing, Boolean
  attribute :contributor, String
  attribute :tempId, String
end