Method: REXML::Element#attributes

Defined in:
lib/rexml/element.rb

#attributesObject (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