# File lib/fog/workflow/openstack/v2.rb, line 69 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :workflows => {} } end end