class HQMF2::EffectiveTime

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

Public Class Methods

new(entry) click to toggle source
Calls superclass method HQMF2::Range::new
# File lib/hqmf-parser/2.0/types.rb, line 203
def initialize(entry)
  super
end

Public Instance Methods

type() click to toggle source
# File lib/hqmf-parser/2.0/types.rb, line 207
def type
  'IVL_TS'
end