Sha256: 483c82f636b574b776f0db1707ecc41f8f975607198bedcaab810c4e4f8fc66a
Contents?: true
Size: 247 Bytes
Versions: 26
Compression:
Stored size: 247 Bytes
Contents
module CloudstackClient module Capacity ## # List capacity. def list_capacity(args = {}) params = { 'command' => 'listCapacity', } json = send_request(params) json['capacity'] || [] end end end
Version data entries
26 entries across 26 versions & 3 rubygems