Class: IEgrip::Frame

Inherits:
GripWrapper show all
Defined in:
lib/iegrip.rb

Overview

IE.Document.Frames.item(n)

Instance Method Summary collapse

Methods inherited from GripWrapper

#initialize, #inspect, #ole_methodNames, #raw

Constructor Details

This class inherits a constructor from IEgrip::GripWrapper

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class IEgrip::GripWrapper

Instance Method Details

#documentObject



666
667
668
# File 'lib/iegrip.rb', line 666

def document
  Document.new(@raw_object.document, @ie_obj)
end