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

Inherits:
Origami::XFA::Element 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.



159
160
161
162
163
# File 'lib/origami/xfa/template.rb', line 159

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

    self.text = text
end