# File lib/fog/storm_on_demand/compute.rb, line 48 def self.data @data ||= Hash.new do |hash, key| hash[key] = { :last_modified => { :images => {}, :servers => {} }, :images => {}, :servers => {} } end end
# File lib/fog/storm_on_demand/compute.rb, line 71 def initialize(options={}) @storm_on_demand_username = options[:storm_on_demand_username] end
Generated with the Darkfish Rdoc Generator 2.