Class: Origami::XDP::Packet::Template::Text

Inherits:
Origami::XFA::NamedTemplateElement show all
Defined in:
lib/origami/xfa/template.rb

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(text = "") ⇒ Text

Returns a new instance of Text.



118
119
120
121
122
# File 'lib/origami/xfa/template.rb', line 118

def initialize(text = "")
    super('text')

    self.text = text
end