Object
# File lib/fog/bare_metal_cloud/compute.rb, line 26 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/bare_metal_cloud/compute.rb, line 36 def initialize(options={}) @bare_metal_cloud_username = options[:bare_metal_cloud_username] end
# File lib/fog/bare_metal_cloud/compute.rb, line 32 def self.reset @data = nil end
# File lib/fog/bare_metal_cloud/compute.rb, line 40 def data self.class.data[@bare_metal_cloud_username] end
# File lib/fog/bare_metal_cloud/compute.rb, line 44 def reset_data self.class.data.delete(@bare_metal_cloud_username) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.