Sha256: 644109c2fffcecff89fc4da31a2eacd166f3478c64c0ba36f15c66d715882630
Contents?: true
Size: 460 Bytes
Versions: 1
Compression:
Stored size: 460 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/listProjects.html] def list_projects(options={}) options.merge!( 'command' => 'listProjects' ) 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_projects.rb |