Object
# File lib/fog/hp/cdn.rb, line 29 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :cdn_containers => {} } end end
# File lib/fog/hp/cdn.rb, line 41 def initialize(options={}) @hp_account_id = options[:hp_account_id] end
# File lib/fog/hp/cdn.rb, line 37 def self.reset @data = nil end
# File lib/fog/hp/cdn.rb, line 45 def data self.class.data[@hp_account_id] end
# File lib/fog/hp/cdn.rb, line 49 def reset_data self.class.data.delete(@hp_account_id) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.