Class: Tiss::Model::Periodo
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#competencia ⇒ Object
@type: StCompetencia.
-
#dataPagamento ⇒ Object
@type: StData.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#competencia ⇒ Object
@type: StCompetencia
9 10 11 |
# File 'lib/tiss/models/periodo.rb', line 9 def competencia @competencia end |
#dataPagamento ⇒ Object
@type: StData
6 7 8 |
# File 'lib/tiss/models/periodo.rb', line 6 def dataPagamento @dataPagamento end |