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.rb, line 629
def initialize
  super("connectionSet")

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