Sha256: 70e9c4446749624d40800a4d85a6df7e4c27f419506affb1a975cb68fd9d5fa2
Contents?: true
Size: 257 Bytes
Versions: 8
Compression:
Stored size: 257 Bytes
Contents
module AntiCaptcha class FunCaptchaSolution < AntiCaptcha::Solution attr_accessor :token def initialize(task_result = nil) super if task_result @token = task_result.api_result['solution']['token'] end end end end
Version data entries
8 entries across 8 versions & 1 rubygems