Class: Tiss::Model::CabecalhoTransacao

Inherits:
Base
  • Object
show all
Defined in:
lib/tiss/models/cabecalho_transacao.rb

Constant Summary

Constants inherited from Base

Base::DEFINED_ATTRIBUTES

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values

Instance Attribute Details

#destinoObject

@type: Destino



15
16
17
# File 'lib/tiss/models/cabecalho_transacao.rb', line 15

def destino
  @destino
end

#falhaNegocioObject

@type: DmTipoGlosa



9
10
11
# File 'lib/tiss/models/cabecalho_transacao.rb', line 9

def falhaNegocio
  @falhaNegocio
end

#identificacaoTransacaoObject

@type: IdentificacaoTransacao



6
7
8
# File 'lib/tiss/models/cabecalho_transacao.rb', line 6

def identificacaoTransacao
  @identificacaoTransacao
end

#loginSenhaPrestadorObject

@type: CtLoginSenha



21
22
23
# File 'lib/tiss/models/cabecalho_transacao.rb', line 21

def loginSenhaPrestador
  @loginSenhaPrestador
end

#origemObject

@type: Origem



12
13
14
# File 'lib/tiss/models/cabecalho_transacao.rb', line 12

def origem
  @origem
end

#PadraoObject

@type: DmVersao



24
25
26
# File 'lib/tiss/models/cabecalho_transacao.rb', line 24

def Padrao
  @Padrao
end

#versaoPadraoObject

@type: DmVersao



18
19
20
# File 'lib/tiss/models/cabecalho_transacao.rb', line 18

def versaoPadrao
  @versaoPadrao
end