Method: REXML::Attributes#initialize

Defined in:
lib/rexml/element.rb

#initialize(element) ⇒ Attributes

Constructor

element

the Element of which this is an Attribute



957
958
959
# File 'lib/rexml/element.rb', line 957

def initialize element
  @element = element
end