Class: Origami::XDP::Packet::Template::UI
- Inherits:
-
Origami::XFA::Element
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XDP::Packet::Template::UI
- Defined in:
- lib/origami/xfa/template.rb
Instance Method Summary collapse
-
#initialize ⇒ UI
constructor
A new instance of UI.
Methods included from Origami::XFA
Constructor Details
#initialize ⇒ UI
Returns a new instance of UI.
1363 1364 1365 |
# File 'lib/origami/xfa/template.rb', line 1363 def initialize super('ui') end |