Method: QaServer::ScenarioRunSummary#run_dt_stamp

Defined in:
app/models/qa_server/scenario_run_summary.rb

#run_dt_stampDate (readonly)

Returns the date time stamp of the scenario run being summarized.

Returns:

  • (Date)

    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