lib/cim/instance.rb in cim-0.3.0 vs lib/cim/instance.rb in cim-0.5.0
- old
+ new
@@ -1,3 +1,19 @@
-class Instance
- # FIXME
+#
+# cim/instance.rb - class CIM::Instance
+#
+# A pure-Ruby implementation of the CIM meta model.
+#
+# Copyright (c) 2010 Klaus Kämpf <kkaempf@suse.de>
+#
+# Licensed under the Ruby license
+#
+module CIM
+ #
+ # Instance represents a static Class object (defined in a MOF file)
+ #
+ # --
+ # - to be implemented
+ #
+ class Instance < Class
+ end
end