Method: QaServer::Configuration#display_historical_graph=
- Defined in:
- lib/qa_server/configuration.rb
#display_historical_graph=(value) ⇒ Object (writeonly)
Displays a graph of historical test data when true
48 49 50 |
# File 'lib/qa_server/configuration.rb', line 48 def display_historical_graph=(value) @display_historical_graph = value end |