Class: Altcha::Solution

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

Overview

Class representing the solution to a challenge.

Instance Attribute Summary collapse

Instance Attribute Details

#numberObject

Returns the value of attribute number.



170
171
172
# File 'lib/altcha.rb', line 170

def number
  @number
end

#tookObject

Returns the value of attribute took.



170
171
172
# File 'lib/altcha.rb', line 170

def took
  @took
end