module Fog::Proxmox
Proxmox
module
Constants
- VERSION
Attributes
token_cache[RW]
Public Class Methods
clear_token_cache()
click to toggle source
# File lib/fog/proxmox.rb, line 50 def self.clear_token_cache Fog::Proxmox.token_cache = {} end