Sha256: 845a19876a013a6f66405b6c5df6ce079e630758948fc9110f8ef179086d59b6
Contents?: true
Size: 320 Bytes
Versions: 4
Compression:
Stored size: 320 Bytes
Contents
require 'neows/models/stat' require 'neows/rest/utils' module Neows module REST module Stats include Neows::REST::Utils # Stats relating to the NeoWs database # # @return [Neows::Models::Stat] def stats perform_get('/stats', Neows::Models::Stat) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
neows-1.1.0 | lib/neows/rest/stats.rb |
neows-1.0.0 | lib/neows/rest/stats.rb |
neows-0.0.2 | lib/neows/rest/stats.rb |
neows-0.0.1 | lib/neows/rest/stats.rb |