module ElasticWeb::Client::Servers

Public Instance Methods

servers() click to toggle source
# File lib/elasticweb/client/servers.rb, line 4
def servers
  get('/server/list')
end