td-client 0.8.28 → 0.8.29
Sign up to get free protection for your applications and to get access to all the features.
- data/ChangeLog +1 -1
- data/lib/td/client.rb +1 -1
- data/lib/td/client/version.rb +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
data/lib/td/client.rb
CHANGED
@@ -44,7 +44,7 @@ class Client
|
|
44
44
|
# => Account
|
45
45
|
def account
|
46
46
|
plan, storage, guaranteed_cores, maximum_cores = @api.show_account
|
47
|
-
return Account.new(self, plan, storage)
|
47
|
+
return Account.new(self, plan, storage, guaranteed_cores, maximum_cores)
|
48
48
|
end
|
49
49
|
|
50
50
|
def core_utilization(from, to)
|
data/lib/td/client/version.rb
CHANGED