Class: Codebreakergem::Hell
- Inherits:
-
Difficulty
- Object
- Difficulty
- Codebreakergem::Hell
- Defined in:
- lib/classes/difficulties/hell.rb
Instance Attribute Summary
Attributes inherited from Difficulty
#attempts, #hints, #order, #title
Instance Method Summary collapse
-
#initialize ⇒ Hell
constructor
A new instance of Hell.
Constructor Details
#initialize ⇒ Hell
Returns a new instance of Hell.
5 6 7 8 9 10 |
# File 'lib/classes/difficulties/hell.rb', line 5 def initialize @title = 'Hell' @attempts = 5 @hints = 1 @order = 1 end |