Class: PDD::Puzzle

Inherits:
Object
  • Object
show all
Defined in:
lib/pdd/puzzle.rb

Overview

Puzzle.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(props) ⇒ Puzzle

Ctor.

props

Properties



26
27
28
# File 'lib/pdd/puzzle.rb', line 26

def initialize(props)
  @props = props
end

Instance Attribute Details

#propsObject (readonly)

Returns the value of attribute props.



29
30
31
# File 'lib/pdd/puzzle.rb', line 29

def props
  @props
end