Class: Decaptcher::Response

Inherits:
Struct
  • Object
show all
Defined in:
lib/decaptcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code

Returns:

  • (Object)

    the current value of code



10
11
12
# File 'lib/decaptcher.rb', line 10

def code
  @code
end

#task_idObject

Returns the value of attribute task_id

Returns:

  • (Object)

    the current value of task_id



10
11
12
# File 'lib/decaptcher.rb', line 10

def task_id
  @task_id
end