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