Class: KerbalDyn::Part::Generic

Inherits:
Base
  • Object
show all
Defined in:
lib/kerbaldyn/part/generic.rb

Overview

Parts without specific subclasses are defined as being of type Generic.

At this time Generic parts are functionally no different than Base part, however this is reserved to change in the future.

Instance Attribute Summary

Attributes inherited from Base

#attributes, #errors

Method Summary

Methods inherited from Base

#[], #category, #category_name, #cost, #crash_tolerance, #description, #drag, #impact_tolerance, #initialize, load_part, #mass, #max_temp, #maximum_drag, #minimum_drag, #module, #module_class, module_class, #name, #title, #to_hash, #to_json

Constructor Details

This class inherits a constructor from KerbalDyn::Part::Base