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



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

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