Class: VORuby::STC::V1_10::STC::Mag

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

Overview

The geomagnetic 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



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

def self.element_name; 'MAG' end

Instance Method Details

#to_xmlObject



340
341
342
# File 'lib/voruby/stc/1.10/stc.rb', line 340

def to_xml
  super('MAG')
end