Class: Tiss::Model::CabecalhoTransacao
- Defined in:
- lib/tiss/models/cabecalho_transacao.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#destino ⇒ Object
@type: Destino.
-
#falhaNegocio ⇒ Object
@type: DmTipoGlosa.
-
#identificacaoTransacao ⇒ Object
@type: IdentificacaoTransacao.
-
#loginSenhaPrestador ⇒ Object
@type: CtLoginSenha.
-
#origem ⇒ Object
@type: Origem.
-
#Padrao ⇒ Object
@type: DmVersao.
-
#versaoPadrao ⇒ Object
@type: DmVersao.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#destino ⇒ Object
@type: Destino
15 16 17 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 15 def destino @destino end |
#falhaNegocio ⇒ Object
@type: DmTipoGlosa
9 10 11 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 9 def falhaNegocio @falhaNegocio end |
#identificacaoTransacao ⇒ Object
@type: IdentificacaoTransacao
6 7 8 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 6 def identificacaoTransacao @identificacaoTransacao end |
#loginSenhaPrestador ⇒ Object
@type: CtLoginSenha
21 22 23 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 21 def loginSenhaPrestador @loginSenhaPrestador end |
#origem ⇒ Object
@type: Origem
12 13 14 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 12 def origem @origem end |
#Padrao ⇒ Object
@type: DmVersao
24 25 26 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 24 def Padrao @Padrao end |
#versaoPadrao ⇒ Object
@type: DmVersao
18 19 20 |
# File 'lib/tiss/models/cabecalho_transacao.rb', line 18 def versaoPadrao @versaoPadrao end |