Class: ActRecordContentOfDivorceMapper

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

Overview

Note:

Актовая запись о разводе

Instance Attribute Summary collapse

Instance Attribute Details

#divorce_dateDateAgileMapper

Дата прекращения брака minOccurs: 0, maxOccurs: 1

Returns:



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

def divorce_date
  @divorce_date
end

#new_last_name_of_husbSTRING60

ЕГО фамилия после регистрации АГС (заключения брака или расторжения брака) minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


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

def new_last_name_of_husb
  @new_last_name_of_husb
end

#new_last_name_of_wifeSTRING60

ЕЕ фамилия после регистрации АГС (заключения брака или расторжения брака) minOccurs: 1, maxOccurs: 1

Returns:

  • (STRING60)


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

def new_last_name_of_wife
  @new_last_name_of_wife
end

#number_of_juvenile_childrenInt

Число общих детей до 18 лет. Заполняется цифрами. minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def number_of_juvenile_children
  @number_of_juvenile_children
end