class Origami::XDP::Packet::ConnectionSet

The connectionSet packet describes the connections used to initiate or conduct web services.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/origami/xfa/connectionset.rb, line 33
def initialize
    super("connectionSet")

    add_attribute 'xmlns', 'http://www.xfa.org/schema/xfa-connection-set/2.8/'
end