Class: CertificateUploadResponseMapper

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

Overview

Note:

Ответ сервиса ЕЗАГС при получении сведений о сертификате (свидетельстве)

Instance Attribute Summary collapse

Instance Attribute Details

#base_fault_objFaultBaseObjMapper

minOccurs: 1, maxOccurs: 1

Returns:



15
16
17
# File 'app/mappers/certificate_upload_response_mapper.rb', line 15

def base_fault_obj
  @base_fault_obj
end

#certificate_keyKeyPaperCertificateMapper

Внешний ключ свидетельства и его UID из еЗАГС

minOccurs: 1, maxOccurs: 1



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

def certificate_key
  @certificate_key
end