Method: Lecture::Slide#initialize

Defined in:
lib/lecture/slide.rb

#initialize(content:, format:, **options) ⇒ Slide

Returns a new instance of Slide.



7
8
9
10
11
# File 'lib/lecture/slide.rb', line 7

def initialize(content:, format:, **options)
  @content = content
  @format  = format
  @options = options
end