Module Fog::Softlayer
In: lib/fog/softlayer.rb
lib/fog/softlayer/version.rb
lib/fog/softlayer/requests/product/place_order.rb
lib/fog/softlayer/requests/product/get_packages.rb
lib/fog/softlayer/requests/product/get_package_items.rb
lib/fog/softlayer/requests/product/get_package_item.rb
lib/fog/softlayer/product.rb
lib/fog/softlayer/slapi.rb
lib/fog/softlayer/models/product/packages.rb
lib/fog/softlayer/models/product/items.rb
lib/fog/softlayer/models/product/package.rb
lib/fog/softlayer/models/product/item.rb
lib/fog/softlayer/compute/shared.rb

Methods

Classes and Modules

Module Fog::Softlayer::Compute
Module Fog::Softlayer::Slapi
Class Fog::Softlayer::Product

Constants

SL_API_URL = ENV['SL_API_URL'] ? ENV['SL_API_URL'] : 'api.softlayer.com/rest/v3' unless defined? SL_API_URL
SL_STORAGE_AUTH_URL = ENV['SL_STORAGE_AUTH_URL'] ? ENV['SL_STORAGE_AUTH_URL'] : 'objectstorage.softlayer.net/auth/v1.0' unless defined? SL_STORAGE_AUTH_URL
VERSION = "1.1.4"

Public Class methods

CGI.escape, but without special treatment on spaces

[Validate]