Method: HTMLTree::Element#attributes
- Defined in:
- lib/web/htmltools/element.rb
#attributes ⇒ Object
Return my attributes Hash.
209 |
# File 'lib/web/htmltools/element.rb', line 209 def attributes; @_attributes; end |
Return my attributes Hash.
209 |
# File 'lib/web/htmltools/element.rb', line 209 def attributes; @_attributes; end |