module BlippexAPI::Client::Info

Public Instance Methods

info() click to toggle source

Get search engine stats

@return [Hashie::Mash] Hash containing the response

# File lib/blippex_api/client/info.rb, line 8
def info
  get 'info'
end