Sha256: c36b024e33ba3d8c92a4cd216a8a6083f18fc1700d24375225227f672cbce748
Contents?: true
Size: 555 Bytes
Versions: 10
Compression:
Stored size: 555 Bytes
Contents
# encoding: ascii-8bit # Copyright 2018 Ball Aerospace & Technologies Corp. # All Rights Reserved. # # This program is free software; you can modify and/or redistribute it # under the terms of the GNU General Public License # as published by the Free Software Foundation; version 3 with # attribution addendums as found in the LICENSE.txt # Implement constants common to DART (Data Archival Retrieval and Trending). module DartConstants # @return [Integer] maximum number of results returned from a decommutation query MAX_DECOM_RESULTS = 10000 end
Version data entries
10 entries across 10 versions & 1 rubygems