# File lib/fog/glesys/compute.rb, line 51 def self.data @data ||= { } end
# File lib/fog/glesys/compute.rb, line 44 def initialize(options={}) @api_url = options[:glesys_api_url] || Fog.credentials[:glesys_api_url] || API_URL @glesys_username = options[:glesys_username] || Fog.credentials[:glesys_api_key] @glesys_api_key = options[:glesys_api_key] || Fog.credentials[:glesys_api_key] @connection_options = options[:connection_options] || {} end
Generated with the Darkfish Rdoc Generator 2.