Class: VORuby::STC::V1_10::STC::Mars

Inherits:
StdRefPos show all
Includes:
ReferencePosition
Defined in:
lib/voruby/stc/1.10/stc.rb

Overview

Center of Mars

Instance Attribute Summary

Attributes inherited from StdRefPos

#planetary_ephem

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StdRefPos

#==, from_xml, #initialize

Methods included from SerializableToXml

#element

Constructor Details

This class inherits a constructor from VORuby::STC::V1_10::STC::StdRefPos

Class Method Details

.element_nameObject



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

def self.element_name; 'MARS' end

Instance Method Details

#to_xmlObject



891
892
893
# File 'lib/voruby/stc/1.10/stc.rb', line 891

def to_xml
  super('MARS')
end