Method: Microsoft_FreeThreadedXMLDOM_1_0#initialize
- Defined in:
- sample/xml.rb
#initialize(obj = nil) ⇒ Microsoft_FreeThreadedXMLDOM_1_0
Returns a new instance of Microsoft_FreeThreadedXMLDOM_1_0.
6257 6258 6259 6260 6261 6262 6263 6264 6265 |
# File '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 |