Method: QaServer::ScenarioRunSummary#authority_count

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

#authority_countInteger (readonly)

Returns number of all authorities in the run.

Returns:

  • (Integer)

    number of all authorities in the run



12
13
14
# File 'app/models/qa_server/scenario_run_summary.rb', line 12

def authority_count
  @authority_count
end