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