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

Inherits:
Object
  • Object
show all
Includes:
Brightbox::Compute::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.

Constant Summary

Constants included from Brightbox::Compute::Shared

Brightbox::Compute::Shared::API_URL

Instance Method Summary collapse

Methods included from Brightbox::Compute::Shared

#access_token, #access_token_available?, #account, #authenticating_as_user?, #default_image, #expires_in, #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



180
181
182
# File 'lib/fog/brightbox/compute.rb', line 180

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

#request_access_token(connection, credentials) ⇒ Object



184
185
186
# File 'lib/fog/brightbox/compute.rb', line 184

def request_access_token(connection, credentials)
  _request
end