Class: WIN32OLE::ComVtbl

Inherits:
Struct
  • Object
show all
Defined in:
lib/win32ole-pr.rb

Instance Attribute Summary collapse

Instance Attribute Details

#AddRefObject

Returns the value of attribute AddRef

Returns:

  • (Object)

    the current value of AddRef



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def AddRef
  @AddRef
end

#GetIDsOfNamesObject

Returns the value of attribute GetIDsOfNames

Returns:

  • (Object)

    the current value of GetIDsOfNames



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def GetIDsOfNames
  @GetIDsOfNames
end

#GetTypeInfoObject

Returns the value of attribute GetTypeInfo

Returns:

  • (Object)

    the current value of GetTypeInfo



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def GetTypeInfo
  @GetTypeInfo
end

#GetTypeInfoCountObject

Returns the value of attribute GetTypeInfoCount

Returns:

  • (Object)

    the current value of GetTypeInfoCount



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def GetTypeInfoCount
  @GetTypeInfoCount
end

#InvokeObject

Returns the value of attribute Invoke

Returns:

  • (Object)

    the current value of Invoke



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def Invoke
  @Invoke
end

#QueryInterfaceObject

Returns the value of attribute QueryInterface

Returns:

  • (Object)

    the current value of QueryInterface



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def QueryInterface
  @QueryInterface
end

#ReleaseObject

Returns the value of attribute Release

Returns:

  • (Object)

    the current value of Release



67
68
69
# File 'lib/win32ole-pr.rb', line 67

def Release
  @Release
end