Method: Powerpoint::Slide::Intro#initialize

Defined in:
lib/powerpoint/slide/intro.rb

#initialize(options = {}) ⇒ Intro

Returns a new instance of Intro.


11
12
13
14
# File 'lib/powerpoint/slide/intro.rb', line 11

def initialize(options={})
  require_arguments [:title, :subtitile], options
  options.each {|k, v| instance_variable_set("@#{k}", v)}
end