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



765
766
767
# File 'lib/iegrip.rb', line 765

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

#valueObject



761
762
763
# File 'lib/iegrip.rb', line 761

def value
  @raw_object.value
end

#value=(value_str) ⇒ Object



758
759
760
# File 'lib/iegrip.rb', line 758

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