# File lib/fog/sakuracloud/volume.rb, line 49
        def self.data
          @data ||= Hash.new do |hash, key|
            hash[key] = {
              :disks => [],
              :plans => [],
              :archives => []
            }
          end
        end