# File lib/fog/sakuracloud/network.rb, line 51 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :routers => [] } end end