method
body=
ruby latest stable - Class:
SOAP::SOAPEnvelope
body=(body)public
No documentation available.
# File lib/soap/element.rb, line 236
def body=(body)
body.parent = self
@body = body
end body=(body)No documentation available.
# File lib/soap/element.rb, line 236
def body=(body)
body.parent = self
@body = body
end