Class: Origami::XDP::Packet::Template::Execute
- Inherits:
-
Origami::XFA::TemplateElement
- Object
- REXML::Element
- Origami::XFA::Element
- Origami::XFA::TemplateElement
- 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.
1156 1157 1158 |
# File 'lib/origami/xfa/template.rb', line 1156 def initialize super('execute') end |