Class: OtherApplicantsMapper

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

Overview

Note:

Прочие заявители

Instance Attribute Summary collapse

Instance Attribute Details

#applicant_organizationApplicantOrganizationMapper

minOccurs: 0, maxOccurs: 1



11
12
13
# File 'app/mappers/other_applicants_mapper.rb', line 11

def applicant_organization
  @applicant_organization
end

#applicant_personApplicantPersonMapper

minOccurs: 0, maxOccurs: 1



14
15
16
# File 'app/mappers/other_applicants_mapper.rb', line 14

def applicant_person
  @applicant_person
end