Class: WMI::CIM_JobDestinationJobs

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

Overview

ジョブがプロセスのために送信される場所 (たとえば、ジョブの転送先) を示す関連付けです。

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_JobDestination) Antecedent (readonly)

ジョブの送信先です。

 

Returns:

  • (ref:CIM_JobDestination)

    Antecedent



8
9
10
# File 'lib/CIM_JobDestinationJobs.rb', line 8

def Antecedent
  @Antecedent
end

- (ref:CIM_Job) Dependent (readonly)

ジョブのキューまたは送信先にあるジョブです。

Returns:

  • (ref:CIM_Job)

    Dependent



13
14
15
# File 'lib/CIM_JobDestinationJobs.rb', line 13

def Dependent
  @Dependent
end