Object
# File lib/fog/compute/go_grid.rb, line 32 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/compute/go_grid.rb, line 47 def data self.class.data[@go_grid_api_key] end
# File lib/fog/compute/requests/go_grid/grid_image_get.rb, line 29 def grid_image_get(options={}) #response = Excon::Response.new #images = self.data[:list].values #for image in images # case image['state'] # when 'Available' end
Generated with the Darkfish Rdoc Generator 2.