class Aflexi::Stats

Public Class Methods

client() click to toggle source
# File lib/aflexi/models/stats.rb, line 12
def client
  XMLRPC::Client.new2 Aflexi.stats_url
end
getSpeed(*params) click to toggle source
# File lib/aflexi/models/stats.rb, line 8
def getSpeed(*params)
  api_call "getSpeed", *params
end
getUsage(*params) click to toggle source
# File lib/aflexi/models/stats.rb, line 4
def getUsage(*params)
  api_call "getUsage", *params
end
service_name() click to toggle source
# File lib/aflexi/models/stats.rb, line 16
def service_name
  "stats"
end