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