private Method

SOAPGenerator.xmldecl

There's no documentation for this item.

Source Code

# File soap/generator.rb, line 258
def xmldecl
  if @charset
    %Q[<?xml version="1.0" encoding="#{ @charset }" ?>]
  else
    %Q[<?xml version="1.0" ?>]
  end
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.