Class: CourtActDecisionWithStatementMapper

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

Overview

Note:

Решение суда о разводе с заявлением о разводе с другой стороны

Instance Attribute Summary collapse

Instance Attribute Details

#court_decision_of_divorceCourtActDecisionMapper

Решение суда (при регистрации расторжения брака) minOccurs: 1, maxOccurs: 1



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

def court_decision_of_divorce
  @court_decision_of_divorce
end

#single_statement_of_divorceRequisitesFromStatementsForServiceDivorceMapper

Документ - основание расторжения брака (заявление одного из супругов) minOccurs: 1, maxOccurs: 1



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

def single_statement_of_divorce
  @single_statement_of_divorce
end