Class CIM::Method
In: lib/cim/method.rb
Parent: CIM::ClassFeature

A Method defines a function member of a Class.

For data members, see Property.

Methods

method?   method_missing   new   parameters   to_s  

Public Class methods

Public Instance methods

Makes a Method recognizable in the set of Class features.

Check for qualifiers

 # check for existance
 method.qualifier? -> true or false

 # check value
 method.description -> String or nil

returns a string representation in MOF syntax format

[Validate]