Method: RSQL::MySQLResults.get_max_history
- Defined in:
- lib/rsql/mysql_results.rb
.get_max_history ⇒ Object
Get the maximum number of historical entries to retain.
120 |
# File 'lib/rsql/mysql_results.rb', line 120 def get_max_history; @@max_history; end |