Sha256: bff6698262893e43f80d6b68bbc0529e6ae568370b446fad53640e683009d20b
Contents?: true
Size: 524 Bytes
Versions: 1
Compression:
Stored size: 524 Bytes
Contents
# # Author:: Alessio Rocchi (<alessio.rocchi@staff.aruba.it>) # © Copyright ArubaCloud. # # LICENSE: MIT (http://opensource.org/licenses/MIT) # require 'fog/core' require 'fog/json' module Fog module ArubaCloud extend Fog::Provider autoload :ArubaCloud, File.expand_path('../arubacloud/compute', __FILE__) DEFAULT_API_VERSION = '2.9' DEFAULT_WS_ENDUSER_URL = "https://api.dc2.computing.cloud.it/WsEndUser/v#{DEFAULT_API_VERSION}/WsEndUser.svc/json" service(:compute, 'Compute') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fog-arubacloud-0.0.5 | lib/fog/arubacloud.rb |