Class: Altcha::Solution
- Inherits:
-
Object
- Object
- Altcha::Solution
- Defined in:
- lib/altcha.rb
Overview
Class representing the solution to a challenge.
Instance Attribute Summary collapse
-
#number ⇒ Object
Returns the value of attribute number.
-
#took ⇒ Object
Returns the value of attribute took.
Instance Attribute Details
#number ⇒ Object
Returns the value of attribute number.
170 171 172 |
# File 'lib/altcha.rb', line 170 def number @number end |
#took ⇒ Object
Returns the value of attribute took.
170 171 172 |
# File 'lib/altcha.rb', line 170 def took @took end |