Class: RhetButler::Web::MemoizedPresentationApp

Inherits:
PresentationApp show all
Defined in:
lib/rhet-butler/web/presentation-app.rb

Instance Method Summary collapse

Methods inherited from PresentationApp

#assets_valise, #call, #html_generator, #initialize, #root_step, #slides_valise, #template_cache, #template_handler

Constructor Details

This class inherits a constructor from RhetButler::Web::PresentationApp

Instance Method Details

#bodyObject



57
58
59
# File 'lib/rhet-butler/web/presentation-app.rb', line 57

def body
  @body ||= super
end

#configurationObject



53
54
55
# File 'lib/rhet-butler/web/presentation-app.rb', line 53

def configuration
  @configuration ||= super
end