Flowdock
method

new

Importance_0
v1_9_2_180 - Show latest stable - 0 notes - Class: Microsoft_XMLHTTP_1
new(obj = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/win32ole/sample/xml.rb, line 6991
  def initialize(obj = nil)
    @clsid = "{ED8C108E-4349-11D2-91A4-00C04F7969E8}"
    @progid = "Microsoft.XMLHTTP.1"
    if obj.nil?
      @dispatch = WIN32OLE.new(@progid)
    else
      @dispatch = obj
    end
  end
Register or log in to add new notes.