Class: Altcha::V1::Solution
- Inherits:
-
Object
- Object
- Altcha::V1::Solution
- Defined in:
- lib/altcha/v1.rb
Overview
Result of solve_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.
153 154 155 |
# File 'lib/altcha/v1.rb', line 153 def number @number end |
#took ⇒ Object
Returns the value of attribute took.
153 154 155 |
# File 'lib/altcha/v1.rb', line 153 def took @took end |