Class: OrgExternalTypeMapper

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

Overview

Note:

Сведения об информационной системе

Instance Attribute Summary collapse

Instance Attribute Details

#codeMnemonicType

Идентификатор системы minOccurs: 1, maxOccurs: 1

Returns:

  • (MnemonicType)


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

def code
  @code
end

#nameString

Наименование системы minOccurs: 1, maxOccurs: 1

Returns:

  • (String)


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

def name
  @name
end