Method: QaServer::MonitorStatus::PerformancePresenter#initialize
- Defined in:
- app/presenters/qa_server/monitor_status/performance_presenter.rb
#initialize(parent:, performance_data:) ⇒ PerformancePresenter
Returns a new instance of PerformancePresenter.
11 12 13 14 |
# File 'app/presenters/qa_server/monitor_status/performance_presenter.rb', line 11 def initialize(parent:, performance_data:) @parent = parent @performance_data = performance_data end |