Class: Origami::XDP::Packet::Template::Speak

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(text = "") ⇒ Speak

Returns a new instance of Speak.



156
157
158
159
160
# File 'lib/origami/xfa/template.rb', line 156

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

    self.text = text
end