1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Rackspace LB: account usage call

This commit is contained in:
Brian Hartsock 2011-07-28 13:23:21 -04:00
parent c4a64d265b
commit 305b78f1bf

View file

@ -151,6 +151,10 @@ module Fog
account_id = credentials['X-Server-Management-Url'].match(/.*\/([\d]+)$/)[1]
@path = "#{@path}/#{account_id}"
end
def usage
get_usage.body
end
end
end
end