class GData::Client::CaptchaError
An error caused by ClientLogin issuing a CAPTCHA error.
Attributes
token[R]
The token identifying the CAPTCHA
url[R]
The URL to the CAPTCHA image
Public Class Methods
new(token, url)
click to toggle source
# File lib/gdata/client.rb, line 68 def initialize(token, url) @token = token @url = url end