Class: VORuby::STC::V1_10::STC::IcrsType

Inherits:
SpaceRefFrameType show all
Includes:
SerializableToXml
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

ICRS type

Class Method Summary collapse

Instance Method Summary collapse

Methods included from SerializableToXml

#element

Methods inherited from SpaceRefFrameType

#==

Class Method Details

.from_xml(xml) ⇒ Object



98
99
100
# File 'lib/voruby/stc/1.10/stc.rb', line 98

def self.from_xml(xml)
  self.new
end

Instance Method Details

#to_xml(name = nil) ⇒ Object



94
95
96
# File 'lib/voruby/stc/1.10/stc.rb', line 94

def to_xml(name=nil)
  element(name)
end