Sha256: a2604ed14caecc1212b6e2ecc53b9a273e81a4017cda5bed05dd2b54f5ab5a3e
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
module Fog module Compute class Cloudstack class Real # Enables an account # # {CloudStack API Reference}[http://cloudstack.apache.org/docs/api/apidocs-4.3/root_admin/enableAccount.html] def enable_account(options={}) options.merge!( 'command' => 'enableAccount' ) 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/enable_account.rb |