Class: WMI::CIM_ProductParentChild

Inherits:
Base
  • Object
show all
Defined in:
lib/CIM_ProductParentChild.rb

Overview

CIM_ProductParentChild 関連付けにより、製品間の親子の階層構造が定義されます。たとえば、ある製品はほかの製品にバンドルされます。

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from Base

#AddRef, #AssociatorsAsync_, #Associators_, #Clone_, #CompareTo_, #DeleteAsync_, #Delete_, #Derivation_, #ExecMethodAsync_, #ExecMethod_, #GetIDsOfNames, #GetObjectText_, #GetText_, #GetTypeInfo, #GetTypeInfoCount, #InstancesAsync_, #Instances_, #Invoke, #Methods_, #Path_, #Properties_, #PutAsync_, #Put_, #Qualifiers_, #QueryInterface, #ReferencesAsync_, #References_, #Refresh_, #Release, #Security_, #SetFromText_, #SpawnDerivedClass_, #SpawnInstance_, #SubclassesAsync_, #Subclasses_, #SystemProperties_

Instance Attribute Details

- (ref:CIM_Product) Child (readonly)

関連付けの子製品です。

Returns:

  • (ref:CIM_Product)

    Child



7
8
9
# File 'lib/CIM_ProductParentChild.rb', line 7

def Child
  @Child
end

- (ref:CIM_Product) Parent (readonly)

関連付けの親製品です。

Returns:

  • (ref:CIM_Product)

    Parent



12
13
14
# File 'lib/CIM_ProductParentChild.rb', line 12

def Parent
  @Parent
end