Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
encoded()
public
Returns the base64 encoded
internal string.
# File lib/xmlrpc/base64.rb, line 38
def encoded
Base64.encode(@str)
end