method
attribute
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
attribute( name )
public
Hide source
# File lib/rexml/quickpath.rb, line 203 def QuickPath::attribute( name ) return Functions.node.attributes[name] if Functions.node.kind_of? Element end