Class Fog::Account::Softlayer::Mock
In: lib/fog/softlayer/requests/account/get_brand.rb
lib/fog/softlayer/requests/account/get_account_owned_brands.rb
lib/fog/softlayer/requests/account/get_brand_owned_accounts.rb
lib/fog/softlayer/requests/account/create_brand.rb
lib/fog/softlayer/account.rb
Parent: Object

The Mock Service allows you to run a fake instance of the Service which makes no real connections.

Methods

Included Modules

Fog::Softlayer::Compute::Shared

Public Class methods

Public Instance methods

Create a Brand @param [Hash] attributes @return [Excon::Response]

Get all brands who are owned by account. @param [Integer] identifier @return [Excon::Response]

Get a Brand @param [Integer] identifier @return [Excon::Response]

Get all accounts who are owned by brand. @param [Integer] identifier @return [Excon::Response]

[Validate]