Class: Przn::Slide

Inherits:
Object
  • Object
show all
Defined in:
lib/przn/slide.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(blocks) ⇒ Slide

Returns a new instance of Slide.



7
8
9
# File 'lib/przn/slide.rb', line 7

def initialize(blocks)
  @blocks = blocks.freeze
end

Instance Attribute Details

#blocksObject (readonly)

Returns the value of attribute blocks.



5
6
7
# File 'lib/przn/slide.rb', line 5

def blocks
  @blocks
end