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



679
680
681
# File 'lib/iegrip.rb', line 679

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

#valueObject



675
676
677
# File 'lib/iegrip.rb', line 675

def value
  @raw_object.value
end

#value=(value_str) ⇒ Object



672
673
674
# File 'lib/iegrip.rb', line 672

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