Class: IEgrip::Attr

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

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

#ownerElementObject



709
710
711
# File 'lib/iegrip.rb', line 709

def ownerElement()
  HTMLElement.new(@raw_object.ownerElement, @ie_obj)
end

#valueObject



705
706
707
# File 'lib/iegrip.rb', line 705

def value
  @raw_object.value
end

#value=(value_str) ⇒ Object



702
703
704
# File 'lib/iegrip.rb', line 702

def value=(value_str)
  @raw_object.value = value_str
end