Class: Origami::XDP::Packet::ConnectionSet::RootElement

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

Instance Method Summary collapse

Methods included from Origami::XFA

included

Constructor Details

#initialize(root = '') ⇒ RootElement

Returns a new instance of RootElement.



750
751
752
753
754
# File 'lib/origami/xfa.rb', line 750

def initialize(root = '')
    super('rootElement')

    self.text = root
end