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



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

def applicant_organization
  @applicant_organization
end

#applicant_personApplicantPersonMapper

Сведения о заявителе - физическом лице (иное уполномоченное лицо) minOccurs: 0, maxOccurs: 1



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

def applicant_person
  @applicant_person
end