Method: SOAP::SOAPGenerator#encode_rawstring
- Defined in:
- lib/soap/generator.rb
#encode_rawstring(str) ⇒ Object
197 198 199 |
# File 'lib/soap/generator.rb', line 197 def encode_rawstring(str) @buf << str end |
197 198 199 |
# File 'lib/soap/generator.rb', line 197 def encode_rawstring(str) @buf << str end |