Class: PowerOfAttorneyLegalMapper

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

Overview

Note:

Доверенность ЮЛ

Instance Attribute Summary collapse

Instance Attribute Details

#document_dateDate

Дата документа minOccurs: 1, maxOccurs: 1

Returns:

  • (Date)


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

def document_date
  @document_date
end

#document_numberNOTEmptyString

Номер документа minOccurs: 1, maxOccurs: 1

Returns:

  • (NOTEmptyString)


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

def document_number
  @document_number
end

#organization_nameNOTEmptyString

Наименование организации minOccurs: 1, maxOccurs: 1

Returns:

  • (NOTEmptyString)


20
21
22
# File 'app/mappers/power_of_attorney_legal_mapper.rb', line 20

def organization_name
  @organization_name
end