Class: TurnipFormatter::Renderer::Html::RuntimeError

Inherits:
Base
  • Object
show all
Defined in:
lib/turnip_formatter/renderer/html/runtime_error.rb

Constant Summary

Constants inherited from Base

Base::TEMPLATE_DIRECTORY

Instance Method Summary collapse

Methods inherited from Base

delegate, #id, #initialize, #render, resource_name, view, #view

Constructor Details

This class inherits a constructor from TurnipFormatter::Renderer::Html::Base

Instance Method Details

#runtime_exceptionObject



10
11
12
# File 'lib/turnip_formatter/renderer/html/runtime_error.rb', line 10

def runtime_exception
  @resource[0]
end

#scenarioObject



14
15
16
# File 'lib/turnip_formatter/renderer/html/runtime_error.rb', line 14

def scenario
  @resource[1]
end