class Astromapper::Builder::Belt

Public Class Methods

new(star,orbit_number) click to toggle source
Calls superclass method Astromapper::Builder::Orbit::new
# File lib/astromapper/builder/orbit.rb, line 108
def initialize(star,orbit_number)
  super
  @kid = 'B'
end

Public Instance Methods

uwp() click to toggle source
# File lib/astromapper/builder/orbit.rb, line 112
def uwp
  'XR00000-0'
end