Method: REXML::Element#attributes
- Defined in:
- lib/rexml/element.rb
#attributes ⇒ Object (readonly)
Mechanisms for accessing attributes and child elements of this element.
278 279 280 |
# File 'lib/rexml/element.rb', line 278 def attributes @attributes end |