Method: Atom::Element#get_atom_attrb
- Defined in:
- lib/atom/element.rb
#get_atom_attrb(xml, name) ⇒ Object
gets an attribute on xml
370 371 372 |
# File 'lib/atom/element.rb', line 370 def get_atom_attrb xml, name xml.attributes[name.to_s] end |