Class: ActRecordParticipantsForAdoptionMapper

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

Overview

Note:

Участники усыновления (для АЗ и е-Заявления)

Instance Attribute Summary collapse

Instance Attribute Details

#adoptive_fatherCitizenWithoutIdentDocMapper

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



28
29
30
# File 'app/mappers/act_record_participants_for_adoption_mapper.rb', line 28

def adoptive_father
  @adoptive_father
end

#adoptive_motherCitizenWithoutIdentDocMapper

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



32
33
34
# File 'app/mappers/act_record_participants_for_adoption_mapper.rb', line 32

def adoptive_mother
  @adoptive_mother
end

#child_afterChildMapper

Сведения о ребёнке (после усыновления) minOccurs: 1, maxOccurs: 1

Returns:



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

def child_after
  @child_after
end

#child_beforeChildMapper

Сведения о ребёнке (до усыновления) minOccurs: 1, maxOccurs: 1

Returns:



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

def child_before
  @child_before
end

#fatherCitizenMapper

Сведения об отце ребенка (в объеме “Гражданин”) minOccurs: 0, maxOccurs: 1

Returns:



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

def father
  @father
end

#motherCitizenMapper

Сведения о матери ребенка (в объеме “Гражданин”) minOccurs: 0, maxOccurs: 1

Returns:



24
25
26
# File 'app/mappers/act_record_participants_for_adoption_mapper.rb', line 24

def mother
  @mother
end