Class: Blueprints::OrbitalShipBlueprints

Inherits:
Blueprints
  • Object
show all
Defined in:
lib/uss-enterprise/blueprint.rb

Instance Method Summary collapse

Methods inherited from Blueprints

#gimme

Constructor Details

#initializeOrbitalShipBlueprints

Returns a new instance of OrbitalShipBlueprints.



42
43
44
45
46
47
48
# File 'lib/uss-enterprise/blueprint.rb', line 42

def initialize
  shuttle =
  super
  @blueprints = {
    'Spaceshuttle' => @schematics.spaceshuttle
  }
end