Class: VORuby::STC::V1_10::STC::Icrs

Inherits:
IcrsType show all
Includes:
SpaceRefFrame
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

The ICRS reference frame

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IcrsType

from_xml

Methods included from SerializableToXml

#element

Methods inherited from SpaceRefFrameType

#==

Class Method Details

.element_nameObject



217
# File 'lib/voruby/stc/1.10/stc.rb', line 217

def self.element_name; 'ICRS' end

Instance Method Details

#to_xmlObject



219
220
221
# File 'lib/voruby/stc/1.10/stc.rb', line 219

def to_xml
  super('ICRS')
end