Method: Fog::DNS::Bluebox::Mock.data
- Defined in:
- lib/fog/bluebox/dns.rb
permalink .data ⇒ Object
[View source]
30 31 32 33 34 |
# File 'lib/fog/bluebox/dns.rb', line 30 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end |