Class: WMI::CIM_Location

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

Overview

Location クラスによって、物理要素の場所およびアドレスが指定されます。

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

- (string) Address (readonly)

アドレスは、番地、構築、または物理要素の場所のほかの種類を示す自由形式の文字列です。

Returns:

  • (string)

    Address



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

def Address
  @Address
end

- (string) Name (readonly)

Name は場所のラベルを定義する自由形式の文字列です。

 

Returns:

  • (string)

    Name



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

def Name
  @Name
end

- (string) PhysicalPosition (readonly)

位置は物理要素の場所を示す自由形式の文字列です。

 

Returns:

  • (string)

    PhysicalPosition



20
21
22
# File 'lib/CIM_Location.rb', line 20

def PhysicalPosition
  @PhysicalPosition
end