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:
parent
c4a64d265b
commit
305b78f1bf
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue