Sha256: 507332caee8a76f3f9320061ace047bfdd96b9aa848d6722bc25ed9eebab8c01
Contents?: true
Size: 491 Bytes
Versions: 1
Compression:
Stored size: 491 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Lists projects and provides detailed information for listed projects # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/listProjectInvitations.html] def list_project_invitations(options={}) options.merge!( 'command' => 'listProjectInvitations' ) 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_invitations.rb |