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.



937
938
939
940
941
# File 'lib/origami/xfa/template.rb', line 937

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

    self.text = handler
end