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.



153
154
155
156
157
# File 'lib/origami/xfa/template.rb', line 153

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

  self.text = text
end