Class: OtherApplicantsMapper
- Inherits:
-
Object
- Object
- OtherApplicantsMapper
- Includes:
- XmlSchemaMapper
- Defined in:
- app/mappers/other_applicants_mapper.rb
Overview
Note:
Прочие заявители
Instance Attribute Summary collapse
-
#applicant_organization ⇒ ApplicantOrganizationMapper
minOccurs: 0, maxOccurs: 1.
-
#applicant_person ⇒ ApplicantPersonMapper
minOccurs: 0, maxOccurs: 1.
Instance Attribute Details
#applicant_organization ⇒ ApplicantOrganizationMapper
minOccurs: 0, maxOccurs: 1
11 12 13 |
# File 'app/mappers/other_applicants_mapper.rb', line 11 def applicant_organization @applicant_organization end |
#applicant_person ⇒ ApplicantPersonMapper
minOccurs: 0, maxOccurs: 1
14 15 16 |
# File 'app/mappers/other_applicants_mapper.rb', line 14 def applicant_person @applicant_person end |