Module: Neows::REST::Stats

Includes:
Utils
Included in:
API
Defined in:
lib/neows/rest/stats.rb

Instance Method Summary collapse

Instance Method Details

#statsNeows::Models::Stat

Stats relating to the NeoWs database

Returns:



12
13
14
# File 'lib/neows/rest/stats.rb', line 12

def stats
  perform_get('/stats', Neows::Models::Stat)
end