# File lib/fog/cloudstack/requests/compute/enable_account.rb, line 9
        def enable_account(options={})
          options.merge!(
            'command' => 'enableAccount'
          )

          request(options)
        end