Method: Slideshow::Gen#initialize
- Defined in:
- lib/slideshow/commands/gen.rb
#initialize(config, headers, session = {}, content_for = {}) ⇒ Gen
Returns a new instance of Gen.
13 14 15 16 17 18 19 |
# File 'lib/slideshow/commands/gen.rb', line 13 def initialize( config, headers, session={}, content_for={} ) @config = config @headers = headers @session = session @content_for = content_for end |