Class: ParticipantsForBirthMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/participants_for_birth_mapper.rb

Overview

Note:

Участники рождения

Instance Attribute Summary collapse

Instance Attribute Details

#childChildMapper

Сведения о ребёнке minOccurs: 1, maxOccurs: 1

Returns:



12
13
14
# File 'app/mappers/participants_for_birth_mapper.rb', line 12

def child
  @child
end

#fatherFullCitizenMapper

Сведения об отце (в максимальном объеме) minOccurs: 0, maxOccurs: 1

Returns:



16
17
18
# File 'app/mappers/participants_for_birth_mapper.rb', line 16

def father
  @father
end

#motherFullCitizenMapper

Сведения о матери (в максимальном объеме) minOccurs: 0, maxOccurs: 1

Returns:



20
21
22
# File 'app/mappers/participants_for_birth_mapper.rb', line 20

def mother
  @mother
end