Class: HQMF::Range
- Inherits:
-
Object
- Object
- HQMF::Range
- Defined in:
- lib/tpg/ext/range.rb
Instance Method Summary collapse
-
#format ⇒ Object
Form an HQMF Range object into a shape that HealthDataStandards understands.
Instance Method Details
#format ⇒ Object
Form an HQMF Range object into a shape that HealthDataStandards understands.
6 7 8 9 10 11 12 |
# File 'lib/tpg/ext/range.rb', line 6 def format if low low.format elsif high high.format end end |