Module: UIC::ElementBacked
- Included in:
- Application::Behavior, Application::Effect, Application::Presentation, Application::RenderPlugin, Application::StateMachine, Application::StateMachine::VisualAction, Application::StateMachine::VisualState, Application::StateMachine::VisualTransition
- Defined in:
- lib/ruic/interfaces.rb
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
-
#el ⇒ Nokogiri::XML::Element
The element backing this instance.
-
#owner ⇒ Object
The object in charge of this instance.
Instance Attribute Details
#el ⇒ Nokogiri::XML::Element
Returns the element backing this instance.
96 97 98 |
# File 'lib/ruic/interfaces.rb', line 96 def el @el end |
#owner ⇒ Object
Returns the object in charge of this instance.
93 94 95 |
# File 'lib/ruic/interfaces.rb', line 93 def owner @owner end |