Class: Fog::Compute::Brightbox::Mock

Inherits:
Object
  • Object
show all
Includes:
Shared
Defined in:
lib/fog/brightbox/compute.rb

Overview

TODO:

Implement

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

Instance Method Summary collapse

Methods included from Shared

#access_token, #access_token_available?, #account, #authenticating_as_user?, #default_image, #get_access_token, #get_access_token!, #initialize, #refresh_token, #scoped_account, #scoped_account=, #scoped_account_reset

Instance Method Details

#request(method, path, expected_responses, parameters = {}) ⇒ Object



344
345
346
# File 'lib/fog/brightbox/compute.rb', line 344

def request(method, path, expected_responses, parameters = {})
  _request
end

#request_access_token(connection, credentials) ⇒ Object



348
349
350
# File 'lib/fog/brightbox/compute.rb', line 348

def request_access_token(connection, credentials)
  _request
end