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