Class: Turing::Challenge::ChallengeObject
- Inherits:
-
Struct
- Object
- Struct
- Turing::Challenge::ChallengeObject
- Defined in:
- lib/turing/challenge.rb
Overview
Challenge object we store
Instance Attribute Summary collapse
-
#answer ⇒ Object
Returns the value of attribute answer.
-
#when ⇒ Object
Returns the value of attribute when.
Instance Attribute Details
#answer ⇒ Object
Returns the value of attribute answer
86 87 88 |
# File 'lib/turing/challenge.rb', line 86 def answer @answer end |
#when ⇒ Object
Returns the value of attribute when
86 87 88 |
# File 'lib/turing/challenge.rb', line 86 def when @when end |