Class: Tiss::Model::CtIntervaloCiclos
- Defined in:
- lib/tiss/models/ct_intervalo_ciclos.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#tempo ⇒ Object
@type: StNumerico2.
-
#unidade ⇒ Object
@type: DmUnidadeTempoCiclo.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#tempo ⇒ Object
@type: StNumerico2
6 7 8 |
# File 'lib/tiss/models/ct_intervalo_ciclos.rb', line 6 def tempo @tempo end |
#unidade ⇒ Object
@type: DmUnidadeTempoCiclo
9 10 11 |
# File 'lib/tiss/models/ct_intervalo_ciclos.rb', line 9 def unidade @unidade end |