Sha256: 0858780eb2444e0c05f3f5971508caa34b14916e77a9d86678c339541c07c035
Contents?: true
Size: 488 Bytes
Versions: 1
Compression:
Stored size: 488 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists project's accounts # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listProjectAccounts.html] def list_project_accounts(projectid, options={}) options.merge!( 'command' => 'listProjectAccounts', 'projectid' => projectid ) 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/list_project_accounts.rb |