Module: VORuby::STC::V1_10::Coords::AbsoluteTime

Includes:
SerializableToXml
Included in:
ISOTime, ISOTimeRef, JDTime, JDTimeRef, MJDTime, MJDTimeRef, TimeOrigin
Defined in:
lib/voruby/stc/1.10/coords.rb

Overview

Substitution group for AbsoluteTime component of AstronTime

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Instance Method Details

#==(time) ⇒ Object



88
89
90
# File 'lib/voruby/stc/1.10/coords.rb', line 88

def ==(time)
  self.value == time.value
end