class Marksman::Slide

Attributes

notes[RW]
slide[RW]

Public Class Methods

new(options) click to toggle source
# File lib/marksman/slide.rb, line 6
def initialize(options)
  @slide = options[:slide]
  @notes = options[:notes]
end