Class: HQMF2::EffectiveTime

Inherits:
Range
  • Object
show all
Defined in:
lib/hqmf-parser/2.0/types.rb

Overview

Represents a HQMF effective time which is a specialization of a interval

Instance Attribute Summary

Attributes inherited from Range

#high, #low, #width

Instance Method Summary collapse

Methods inherited from Range

#to_model

Methods included from Utilities

#attr_val, attr_val, #to_xml

Methods included from HQMF::Conversion::Utilities

#build_hash, #check_equality, #json_array, #openstruct_to_json

Constructor Details

#initialize(entry) ⇒ EffectiveTime

Returns a new instance of EffectiveTime.



110
111
112
# File 'lib/hqmf-parser/2.0/types.rb', line 110

def initialize(entry)
  super
end

Instance Method Details

#typeObject



114
115
116
# File 'lib/hqmf-parser/2.0/types.rb', line 114

def type
  'IVL_TS'
end