Class: ActRecordParticipantsForBirthMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/act_record_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/act_record_participants_for_birth_mapper.rb', line 12

def child
  @child
end

#fatherCitizenWithoutIdentDocMapper

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



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

def father
  @father
end

#motherCitizenWithoutIdentDocMapper

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



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

def mother
  @mother
end