method
new
v1_8_7_72 -
Show latest stable
- Class:
Microsoft_FreeThreadedXMLDOM_1_0
new(obj = nil)public
No documentation available.
# File ext/win32ole/sample/xml.rb, line 6257
def initialize(obj = nil)
@clsid = "{2933BF91-7B36-11D2-B20E-00C04F983E60}"
@progid = "Microsoft.FreeThreadedXMLDOM.1.0"
if obj.nil?
@dispatch = WIN32OLE.new(@progid)
else
@dispatch = obj
end
end