Method: QaServer::ScenarioRunSummary#run_id

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

#run_idInteger (readonly)

Returns the id of the scenario run being summarized.

Returns:

  • (Integer)

    the id of the scenario run being summarized



6
7
8
# File 'app/models/qa_server/scenario_run_summary.rb', line 6

def run_id
  @run_id
end