Class: Origami::XDP::Packet::Template::Handler

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(handler = "") ⇒ Handler

Returns a new instance of Handler.



934
935
936
937
938
# File 'lib/origami/xfa/template.rb', line 934

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

  self.text = handler
end