module Neows::REST::Stats

Public Instance Methods

stats() click to toggle source

Stats relating to the NeoWs database

@return [Neows::Models::Stat]

# File lib/neows/rest/stats.rb, line 12
def stats
  perform_get('/stats', Neows::Models::Stat)
end