Module: VORuby::STC::V1_10::Coords::RelativeTime

Includes:
SerializableToXml
Included in:
TimeOffset, TimeOffsetRef
Defined in:
lib/voruby/stc/1.10/coords.rb

Overview

Substitution group: Relative time is elapsed time relative to the absolute reference time component

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#==(time) ⇒ Object



232
233
234
# File 'lib/voruby/stc/1.10/coords.rb', line 232

def ==(time)
  self.offset == time.offset and self.unit == time.unit
end