Class: WMI::CIM_ProductSupport

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

Overview

CIM_ProductSupport は、製品とどのようなサポートが取得されるかを示すサポート アクセスの関連付けです。これは、さまざまな種類のサポートが製品に利用できることと、同じサポート オブジェクトが複数の製品にサポートを提供できることを意味する多数対多数の関係です。

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) Product (readonly)

製品です。

Returns:

  • (ref:CIM_Product)

    Product



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

def Product
  @Product
end

- (ref:CIM_SupportAccess) Support (readonly)

製品のサポートです。

Returns:

  • (ref:CIM_SupportAccess)

    Support



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

def Support
  @Support
end