Method: Oga::XML::Attribute#element

Defined in:
lib/oga/xml/attribute.rb

#elementOga::XML::Element Also known as: parent

The element this attribute belongs to.

Returns:



17
18
19
# File 'lib/oga/xml/attribute.rb', line 17

def element
  @element
end