Class: WIN32OLE::ComVtbl
- Inherits:
-
Struct
- Object
- Struct
- WIN32OLE::ComVtbl
- Defined in:
- lib/win32ole-pr.rb
Instance Attribute Summary collapse
-
#AddRef ⇒ Object
Returns the value of attribute AddRef.
-
#GetIDsOfNames ⇒ Object
Returns the value of attribute GetIDsOfNames.
-
#GetTypeInfo ⇒ Object
Returns the value of attribute GetTypeInfo.
-
#GetTypeInfoCount ⇒ Object
Returns the value of attribute GetTypeInfoCount.
-
#Invoke ⇒ Object
Returns the value of attribute Invoke.
-
#QueryInterface ⇒ Object
Returns the value of attribute QueryInterface.
-
#Release ⇒ Object
Returns the value of attribute Release.
Instance Attribute Details
#AddRef ⇒ Object
Returns the value of attribute AddRef
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def AddRef @AddRef end |
#GetIDsOfNames ⇒ Object
Returns the value of attribute GetIDsOfNames
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def GetIDsOfNames @GetIDsOfNames end |
#GetTypeInfo ⇒ Object
Returns the value of attribute GetTypeInfo
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def GetTypeInfo @GetTypeInfo end |
#GetTypeInfoCount ⇒ Object
Returns the value of attribute GetTypeInfoCount
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def GetTypeInfoCount @GetTypeInfoCount end |
#Invoke ⇒ Object
Returns the value of attribute Invoke
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def Invoke @Invoke end |
#QueryInterface ⇒ Object
Returns the value of attribute QueryInterface
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def QueryInterface @QueryInterface end |
#Release ⇒ Object
Returns the value of attribute Release
67 68 69 |
# File 'lib/win32ole-pr.rb', line 67 def Release @Release end |