class HQMF::EffectiveTime
Represents a HQMF
effective time which is a specialization of a interval
Public Class Methods
new(low,high,width)
click to toggle source
Calls superclass method
HQMF::Range::new
# File lib/hqmf-model/types.rb, line 144 def initialize(low,high,width) super('IVL_TS', low, high, width) end
Public Instance Methods
type()
click to toggle source
# File lib/hqmf-model/types.rb, line 148 def type 'IVL_TS' end