Sha256: 5c3f4641f54eed486847f0c4a98c7e9518d5d71e4f70a805917d3ca114ce1ed5

Contents?: true

Size: 438 Bytes

Versions: 1

Compression:

Stored size: 438 Bytes

Contents

#
# cim/indication.rb - class CIM::Indication
#
# 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
  #
  # Indication is a Class whose Instances are sending asynchronous notifications
  #
  class Indication < Class
    #
    # true if class has indications (indication provider)
    #
    def indication?
      true
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cim-0.5.0 lib/cim/indication.rb