module Soaspec::SoapAccessors

Accessors specific to SOAP handler

Public Instance Methods

root_attributes(attributes) click to toggle source

Define attributes set on root SOAP element @param [Hash] attributes Attributes used in the root SOAP element

# File lib/soaspec/exchange_handlers/soap_handler.rb, line 18
def root_attributes(attributes)
  define_method('request_root_attributes') { attributes }
end