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