Sha256: 1831cfb6393afbdb9b5417b4f098aafa0eee9e35171ffee08cf98d94560b99ab

Contents?: true

Size: 347 Bytes

Versions: 5

Compression:

Stored size: 347 Bytes

Contents

#
# 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
cim-1.4.2 lib/cim/instance.rb
cim-1.4.1 lib/cim/instance.rb
cim-1.4 lib/cim/instance.rb
cim-1.3 lib/cim/instance.rb
cim-0.5.0 lib/cim/instance.rb