Class: RequisitesStatementOfPersonAttentedAtBirthMapper

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

Overview

Note:

Сведения о заявлении лица, присутствовавшего во время родов, в записи акта о рождении

Instance Attribute Summary collapse

Instance Attribute Details

#auth_dateDate

Дата удостоверения подписи minOccurs: 0, maxOccurs: 1

Returns:

  • (Date)


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

def auth_date
  @auth_date
end

#organization_addressFullAddressMapper

Адрес организации, выдавшей документ minOccurs: 0, maxOccurs: 1

Returns:



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

def organization_address
  @organization_address
end

#organization_nameNOTEmptyString

Наименование организации minOccurs: 0, maxOccurs: 1

Returns:

  • (NOTEmptyString)


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

def organization_name
  @organization_name
end

#person_attented_at_birthApplicantPersonMapper

minOccurs: 1, maxOccurs: 1



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

def person_attented_at_birth
  @person_attented_at_birth
end

#proceed_methodNOTEmptyString

Способ поступления заявления minOccurs: 0, maxOccurs: 1

Returns:

  • (NOTEmptyString)


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

def proceed_method
  @proceed_method
end

#statement_dateDate

Дата заявления minOccurs: 0, maxOccurs: 1

Returns:

  • (Date)


13
14
15
# File 'app/mappers/requisites_statement_of_person_attented_at_birth_mapper.rb', line 13

def statement_date
  @statement_date
end