Module: UIC::ElementBacked

Overview

Supports classes that represent an XML element (e.g. <presentation id="main" src="foo.uip"/>).

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#elNokogiri::XML::Element

Returns the element backing this instance.

Returns:

  • (Nokogiri::XML::Element)

    the element backing this instance.



96
97
98
# File 'lib/ruic/interfaces.rb', line 96

def el
  @el
end

#ownerObject

Returns the object in charge of this instance.

Returns:

  • (Object)

    the object in charge of this instance.



93
94
95
# File 'lib/ruic/interfaces.rb', line 93

def owner
  @owner
end