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.



746
747
748
749
750
# File 'lib/origami/xfa.rb', line 746

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

  self.text = root
end