Sha256: 90b42782edfe54935b62210295de60ff664d867fb5944f4bd61c5889f1002662
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Get API limit count for the caller # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/getApiLimit.html] def get_api_limit(options={}) options.merge!( 'command' => 'getApiLimit' ) request(options) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-1.23.0 | lib/fog/cloudstack/requests/compute/get_api_limit.rb |