Class: Turing::Challenge::GeneratedChallenge
- Inherits:
-
Struct
- Object
- Struct
- Turing::Challenge::GeneratedChallenge
- Defined in:
- lib/turing/challenge.rb
Overview
Generated challenge Struct – returned from generate_challenge
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
89 90 91 |
# File 'lib/turing/challenge.rb', line 89 def file @file end |
#id ⇒ Object
Returns the value of attribute id
89 90 91 |
# File 'lib/turing/challenge.rb', line 89 def id @id end |