Class: Tiss::Model::CtLoteStatus

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

#dataEnvioLoteObject

@type: StData



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

def dataEnvioLote
  @dataEnvioLote
end

#guiasTISSObject

@type: GuiasTiss



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

def guiasTISS
  @guiasTISS
end

#numeroLoteObject

@type: StTexto12



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

def numeroLote
  @numeroLote
end

#numeroProtocoloObject

@type: StTexto12



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

def numeroProtocolo
  @numeroProtocolo
end

#statusProtocoloObject

@type: DmStatusProtocolo



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

def statusProtocolo
  @statusProtocolo
end

#valorTotalLoteObject

@type: CtValorTotal



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

def valorTotalLote
  @valorTotalLote
end