Class: Watir::Element
- Inherits:
-
Object
- Object
- Watir::Element
- Defined in:
- lib/kuali-sakai-common-lib/gem_ext.rb
Instance Method Summary collapse
-
#for ⇒ Object
attaches to the “for” tags in “label” tags.
-
#headers ⇒ Object
attaches to the “headers” tags inside of the assignments table.
-
#summary ⇒ Object
attaches to the “summary” tag.
Instance Method Details
#for ⇒ Object
attaches to the “for” tags in “label” tags.
32 33 34 35 |
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 32 def for @how = :ole_object return @o.for end |
#headers ⇒ Object
attaches to the “headers” tags inside of the assignments table.
26 27 28 29 |
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 26 def headers @how = :ole_object return @o.headers end |
#summary ⇒ Object
attaches to the “summary” tag
38 39 40 41 |
# File 'lib/kuali-sakai-common-lib/gem_ext.rb', line 38 def summary @how = :ole_object return @o.summary end |