module UIC::ElementBacked

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

Attributes

el[RW]

@return [Nokogiri::XML::Element] the element backing this instance.

owner[RW]

@return [Object] the object in charge of this instance.

Public Class Methods

included(base) click to toggle source

@private

# File lib/ruic/interfaces.rb, line 99
def self.included(base)
        base.extend(ClassMethods)
end