Class: Astromapper::Builder::Rockball

Inherits:
Planet show all
Defined in:
lib/astromapper/builder/orbit.rb

Instance Attribute Summary

Attributes inherited from Orbit

#au, #id, #kid, #orbit_number, #port, #xsize

Attributes inherited from Base

#root_dir

Instance Method Summary collapse

Methods inherited from Planet

#make_moons, #uwp

Methods inherited from Orbit

#biozone?, #distant?, #inner?, #km, #limit?, #outer?, #period, #populate, #populate_biozone, #populate_inner, #populate_outer, #radii, #to_ascii, #to_s, #uwp

Methods inherited from Base

#config, constitute, #names, #spawn_command, #toss

Constructor Details

#initialize(star, orbit_number) ⇒ Rockball

Returns a new instance of Rockball.



138
139
140
141
# File 'lib/astromapper/builder/orbit.rb', line 138

def initialize(star,orbit_number)
  super
  @kid = 'R'
end