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