Module: Soaspec::SoapAccessors

Included in:
SoapHandler
Defined in:
lib/soaspec/exchange_handlers/soap_handler.rb

Overview

Accessors specific to SOAP handler

Instance Method Summary collapse

Instance Method Details

#root_attributes(attributes) ⇒ Object

Define attributes set on root SOAP element



14
15
16
17
18
# File 'lib/soaspec/exchange_handlers/soap_handler.rb', line 14

def root_attributes(attributes)
  define_method('request_root_attributes') do
    attributes
  end
end