Class: IEgrip::Frame

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

Overview

IE.Document.Frames.item(n)

Constant Summary

Constants included from Retry

Retry::RETRY_INTERVAL

Instance Method Summary collapse

Methods included from Retry

#retryCheck, #retryGetTarget

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



751
752
753
754
# File 'lib/iegrip.rb', line 751

def document
  document = retryGetTarget { @raw_object.document }
  document ? Document.new(document, @ie_obj) : nil
end