Method: QaServer::ScenarioRunSummary#run_dt_stamp
- Defined in:
- app/models/qa_server/scenario_run_summary.rb
#run_dt_stamp ⇒ Date (readonly)
Returns the date time stamp of the scenario run being summarized.
9 10 11 |
# File 'app/models/qa_server/scenario_run_summary.rb', line 9 def run_dt_stamp @run_dt_stamp end |