Class: Tiss::Model::CtValorCreditoDesconto

Inherits:
Base
  • Object
show all
Defined in:
lib/tiss/models/ct_valor_credito_desconto.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

#descricaoObject

@type: StTexto100



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

def descricao
  @descricao
end

#tipoLancamentoObject

@type: DmTipoLancamento



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

def tipoLancamento
  @tipoLancamento
end

#valorObject

@type: StDecimal102



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

def valor
  @valor
end