Class: RequisitesForStatementBirthFromSingleMotherMapper

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

Overview

Note:

Реквизиты заявления одинокой матери

Instance Attribute Summary collapse

Instance Attribute Details

#statement_dateDate

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

Returns:

  • (Date)


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

def statement_date
  @statement_date
end

#statement_numberInt

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

Returns:

  • (Int)


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

def statement_number
  @statement_number
end