method
encode_rawstring
v1_8_7_330 -
Show latest stable
- Class:
SOAP::SOAPGenerator
encode_rawstring(str)public
No documentation available.
# File lib/soap/generator.rb, line 181
def encode_rawstring(str)
@buf << str
end encode_rawstring(str)No documentation available.
# File lib/soap/generator.rb, line 181
def encode_rawstring(str)
@buf << str
end