Class: WIN32OLE::Win32OLEIDispatch
- Inherits:
-
Struct
- Object
- Struct
- WIN32OLE::Win32OLEIDispatch
- Defined in:
- lib/win32ole-pr.rb
Instance Attribute Summary collapse
-
#dispatch ⇒ Object
Returns the value of attribute dispatch.
-
#obj ⇒ Object
Returns the value of attribute obj.
-
#refcount ⇒ Object
Returns the value of attribute refcount.
Instance Attribute Details
#dispatch ⇒ Object
Returns the value of attribute dispatch
68 69 70 |
# File 'lib/win32ole-pr.rb', line 68 def dispatch @dispatch end |
#obj ⇒ Object
Returns the value of attribute obj
68 69 70 |
# File 'lib/win32ole-pr.rb', line 68 def obj @obj end |
#refcount ⇒ Object
Returns the value of attribute refcount
68 69 70 |
# File 'lib/win32ole-pr.rb', line 68 def refcount @refcount end |