encoded()
Returns the base64 encoded internal string.
# File lib/xmlrpc/base64.rb, line 38 def encoded Base64.encode(@str) end