Flowdock
new(obj, dispid, gettypes, settypes) public

No documentation

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

Hide source
# File ext/win32ole/lib/win32ole/property.rb, line 4
  def initialize(obj, dispid, gettypes, settypes)
    @obj = obj
    @dispid = dispid
    @gettypes = gettypes
    @settypes = settypes
  end
Register or log in to add new notes.