Class: Altcha::V1::Solution

Inherits:
Object
  • Object
show all
Defined in:
lib/altcha/v1.rb

Overview

Result of solve_challenge.

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number.



153
154
155
# File 'lib/altcha/v1.rb', line 153

def number
  @number
end

#tookObject

Returns the value of attribute took.



153
154
155
# File 'lib/altcha/v1.rb', line 153

def took
  @took
end