Class: Decaptcher::Response
- Inherits:
-
Struct
- Object
- Struct
- Decaptcher::Response
- Defined in:
- lib/decaptcher.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#task_id ⇒ Object
Returns the value of attribute task_id.
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code
10 11 12 |
# File 'lib/decaptcher.rb', line 10 def code @code end |
#task_id ⇒ Object
Returns the value of attribute task_id
10 11 12 |
# File 'lib/decaptcher.rb', line 10 def task_id @task_id end |