Class: AntiCaptcha::NoCaptchaSolution

Inherits:
Solution show all
Defined in:
lib/anti_captcha/models/no_captcha_solution.rb

Instance Attribute Summary collapse

Attributes inherited from Solution

#api_response, #task_result

Method Summary

Methods inherited from Model

#initialize

Constructor Details

This class inherits a constructor from AntiCaptcha::Model

Instance Attribute Details

#g_recaptcha_responseObject

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_md5Object

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