Class: Tiss::Model::CtValorCreditoDesconto
- Defined in:
- lib/tiss/models/ct_valor_credito_desconto.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#descricao ⇒ Object
@type: StTexto100.
-
#tipoLancamento ⇒ Object
@type: DmTipoLancamento.
-
#valor ⇒ Object
@type: StDecimal102.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#descricao ⇒ Object
@type: StTexto100
9 10 11 |
# File 'lib/tiss/models/ct_valor_credito_desconto.rb', line 9 def descricao @descricao end |
#tipoLancamento ⇒ Object
@type: DmTipoLancamento
6 7 8 |
# File 'lib/tiss/models/ct_valor_credito_desconto.rb', line 6 def tipoLancamento @tipoLancamento end |
#valor ⇒ Object
@type: StDecimal102
12 13 14 |
# File 'lib/tiss/models/ct_valor_credito_desconto.rb', line 12 def valor @valor end |