# File lib/fog/go_grid/compute.rb, line 35 def self.data @data ||= Hash.new do |hash, key| hash[key] = {} end end
# File lib/fog/go_grid/compute.rb, line 50 def data self.class.data[@go_grid_api_key] end
# File lib/fog/go_grid/requests/compute/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.