method
xmldecl
v1_8_7_72 -
Show latest stable
- Class:
SOAP::SOAPGenerator
xmldecl()private
No documentation available.
# File lib/soap/generator.rb, line 258
def xmldecl
if @charset
%Q[<?xml version="1.0" encoding="#{ @charset }" ?>]
else
%Q[<?xml version="1.0" ?>]
end
end