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



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

def initialize(props)
  @props = props
end

Instance Attribute Details

#propsObject (readonly)

Returns the value of attribute props.



31
32
33
# File 'lib/pdd/puzzle.rb', line 31

def props
  @props
end