Top Level Namespace

Defined Under Namespace

Modules: SOAP, YSM

Instance Method Summary collapse

Instance Method Details

#needspatchObject



4
5
6
7
8
9
# File 'lib/soapex/mapping.rb', line 4

def needspatch
  SOAP::Mapping.set_attributes(a=[], :x=>10)
  a != [10]
rescue Exception => e
  true
end