Class: AntiCaptcha::NoCaptchaSolution
- Defined in:
- lib/anti_captcha/models/no_captcha_solution.rb
Instance Attribute Summary collapse
-
#g_recaptcha_response ⇒ Object
Returns the value of attribute g_recaptcha_response.
-
#g_recaptcha_response_md5 ⇒ Object
Returns the value of attribute g_recaptcha_response_md5.
Attributes inherited from Solution
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from AntiCaptcha::Model
Instance Attribute Details
#g_recaptcha_response ⇒ Object
Returns the value of attribute g_recaptcha_response.
3 4 5 |
# File 'lib/anti_captcha/models/no_captcha_solution.rb', line 3 def g_recaptcha_response @g_recaptcha_response end |
#g_recaptcha_response_md5 ⇒ Object
Returns the value of attribute g_recaptcha_response_md5.
3 4 5 |
# File 'lib/anti_captcha/models/no_captcha_solution.rb', line 3 def g_recaptcha_response_md5 @g_recaptcha_response_md5 end |